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

actions/postnotice.php

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