forked from GNUsocial/gnu-social
Allow Realtime notices to use the attachments interface
This commit is contained in:
parent
c239ffb6e0
commit
a1bea8bb38
@ -95,6 +95,7 @@ RealtimeUpdate = {
|
|||||||
|
|
||||||
SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
|
SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
|
||||||
SN.U.NoticeReplyTo($('#'+noticeItemID));
|
SN.U.NoticeReplyTo($('#'+noticeItemID));
|
||||||
|
SN.U.NoticeWithAttachment($('#'+noticeItemID));
|
||||||
},
|
},
|
||||||
|
|
||||||
purgeLastNoticeItem: function() {
|
purgeLastNoticeItem: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user