From: Evan Prodromou Date: Tue, 19 Aug 2008 18:28:24 +0000 (-0400) Subject: add remote flag to broadcast of notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1277820f81cfdab19678a89a312c9a9815d2b6a;p=quix0rs-gnu-social.git add remote flag to broadcast of notices darcs-hash:20080819182824-84dde-84d93fae2c4b0d6acee646999bad8e8bb9752c7b.gz --- diff --git a/actions/postnotice.php b/actions/postnotice.php index 78f0decaa2..261593c864 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -80,7 +80,7 @@ class PostnoticeAction extends Action { return false; } } - common_broadcast_notice($notice); + common_broadcast_notice($notice, true); return true; } }