]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
broadcast remote notices
authorEvan Prodromou <evan@prodromou.name>
Tue, 19 Aug 2008 18:27:24 +0000 (14:27 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 19 Aug 2008 18:27:24 +0000 (14:27 -0400)
darcs-hash:20080819182724-84dde-d2cece72dfb7f4f9f5b5cb4574812fdd32daa601.gz

actions/postnotice.php

index 9540d553648c7a9f8e1cd4853935419f380a8562..78f0decaa2a6dfc7a35509250de9a5893a3194f2 100644 (file)
@@ -80,6 +80,7 @@ class PostnoticeAction extends Action {
                                return false;
                        }
                }
+               common_broadcast_notice($notice);
                return true;
        }
 }