]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Allow Realtime notices to use the attachments interface
authorSarven Capadisli <csarven@status.net>
Sun, 29 Nov 2009 19:27:33 +0000 (19:27 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 29 Nov 2009 19:27:33 +0000 (19:27 +0000)
plugins/Realtime/realtimeupdate.js

index 267c99f7895d8d71d9b4c215e488e2c4cc57394e..9ea5c3bced11d98246771072e76127fd62e1440e 100644 (file)
@@ -95,6 +95,7 @@ RealtimeUpdate = {
 
         SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
         SN.U.NoticeReplyTo($('#'+noticeItemID));
+        SN.U.NoticeWithAttachment($('#'+noticeItemID));
      },
 
      purgeLastNoticeItem: function() {