]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
reply_to is now stored on the notice, not on the reply record
[quix0rs-gnu-social.git] / actions / newnotice.php
index 3abe875d5c046a10edf04283b6f2d1b2d517d674..de040ef77a38301d7152c2d9be6043e861dfa6f7 100644 (file)
@@ -53,6 +53,8 @@ class NewnoticeAction extends Action {
                        return;
                }
 
+               $notice->rendered = common_render_content($notice->content, $notice);
+               
                $id = $notice->insert();
 
                if (!$id) {