X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=xmppdaemon.php;h=d2e609b4407a31fdd2808523356e8e65bc113cfb;hb=b1282b1b9fd9997d15f127810f98117e01b72daa;hp=9389e6fc9d8433f5af817f27f7ea4a3d8beb775d;hpb=54a931a31ac12a8982e8b81af5fd6dde4fa6463a;p=quix0rs-gnu-social.git diff --git a/xmppdaemon.php b/xmppdaemon.php index 9389e6fc9d..d2e609b440 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);