summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-29 19:27:33 +0000
committerSarven Capadisli <csarven@status.net>2009-11-29 19:27:33 +0000
commita1bea8bb38c20e1174ba733fdf1e8af69c2ef3d7 (patch)
tree744156b7cba87b0e4dc8ac37dd7b1c13962bdbc7 /plugins/Realtime/realtimeupdate.js
parentc239ffb6e01958a345800651309d3afa4ffda22f (diff)
Allow Realtime notices to use the attachments interface
Diffstat (limited to 'plugins/Realtime/realtimeupdate.js')
-rw-r--r--plugins/Realtime/realtimeupdate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js
index 267c99f78..9ea5c3bce 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() {