diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-29 19:27:33 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-29 19:27:33 +0000 |
commit | a1bea8bb38c20e1174ba733fdf1e8af69c2ef3d7 (patch) | |
tree | 744156b7cba87b0e4dc8ac37dd7b1c13962bdbc7 /plugins/Realtime | |
parent | c239ffb6e01958a345800651309d3afa4ffda22f (diff) |
Allow Realtime notices to use the attachments interface
Diffstat (limited to 'plugins/Realtime')
-rw-r--r-- | plugins/Realtime/realtimeupdate.js | 1 |
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() { |