From: Evan Prodromou Date: Tue, 19 Aug 2008 18:27:24 +0000 (-0400) Subject: broadcast remote notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0dce3d959b4580a7bd42dadb3e385d7216e87fc3;p=quix0rs-gnu-social.git broadcast remote notices darcs-hash:20080819182724-84dde-d2cece72dfb7f4f9f5b5cb4574812fdd32daa601.gz --- diff --git a/actions/postnotice.php b/actions/postnotice.php index 9540d55364..78f0decaa2 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -80,6 +80,7 @@ class PostnoticeAction extends Action { return false; } } + common_broadcast_notice($notice); return true; } }