]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
default sending local @ replies to Twitter
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 24 Sep 2008 16:17:08 +0000 (12:17 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 24 Sep 2008 16:17:08 +0000 (12:17 -0400)
darcs-hash:20080924161708-5ed1f-c215f149abc11b07c34fda59c90a26d8b7603d38.gz

actions/twittersettings.php

index fc89ca2ad79d3512cd122a922ea4e1a737a1e03d..cf50be62af59396bdf63adde15e30751c2b4eddc 100644 (file)
@@ -73,7 +73,7 @@ class TwittersettingsAction extends SettingsAction {
                                                ($flink) ? ($flink->noticesync & FOREIGN_NOTICE_SEND) : true);
 
                common_checkbox('replysync', _('Send local "@" replies to Twitter.'),
-                                               ($flink) ? ($flink->noticesync & FOREIGN_NOTICE_SEND_REPLY) : false);
+                                               ($flink) ? ($flink->noticesync & FOREIGN_NOTICE_SEND_REPLY) : true);
 
                common_checkbox('friendsync', _('Subscribe to my Twitter friends here.'),
                                                ($flink) ? ($flink->friendsync & FOREIGN_FRIEND_RECV) : false,