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 9389e6fc9..d2e609b44 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -224,6 +224,7 @@ class XMPPDaemon { function add_notice(&$user, &$pl) { $notice = new Notice(); + $notice->is_local = 1; $notice->profile_id = $user->id; $notice->content = trim(substr($pl['body'], 0, 140)); $notice->rendered = common_render_content($notice->content, $notice); |