From: Sarven Capadisli Date: Sun, 29 Nov 2009 19:27:33 +0000 (+0000) Subject: Allow Realtime notices to use the attachments interface X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1bea8bb38c20e1174ba733fdf1e8af69c2ef3d7;p=quix0rs-gnu-social.git Allow Realtime notices to use the attachments interface --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 267c99f789..9ea5c3bced 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -95,6 +95,7 @@ RealtimeUpdate = { SN.U.FormXHR($('#'+noticeItemID+' .form_favor')); SN.U.NoticeReplyTo($('#'+noticeItemID)); + SN.U.NoticeWithAttachment($('#'+noticeItemID)); }, purgeLastNoticeItem: function() {