diff options
Diffstat (limited to 'xmppdaemon.php')
-rwxr-xr-x | xmppdaemon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php index 708604471..dd2622828 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -192,6 +192,7 @@ class XMPPDaemon { $notice = new Notice(); $notice->profile_id = $user->id; $notice->content = trim(substr($pl['body'], 0, 140)); + $notice->rendered = common_render_content($notice->content, $notice); $notice->created = DB_DataObject_Cast::dateTime(); $notice->query('BEGIN'); $id = $notice->insert(); |