]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Include notice fragment on 'in context' links in Realtime plugin family.
authorBrion Vibber <brion@pobox.com>
Mon, 17 May 2010 19:47:44 +0000 (19:47 +0000)
committerBrion Vibber <brion@pobox.com>
Mon, 17 May 2010 19:47:44 +0000 (19:47 +0000)
plugins/Realtime/RealtimePlugin.php

index fa1b5e3e1bbb46b191ab6b6449a5e208679f9bc2..352afcf7853ff4a76eb3fb858954ebc22f3bcfa4 100644 (file)
@@ -313,6 +313,8 @@ class RealtimePlugin extends Plugin
                 );
 
                 common_log(LOG_WARNING, $msg);
+            } else {
+                $convurl .= '#notice-' . $notice->id;
             }
         }