]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/twittersettings.php
notice_inbox.id -> notice_inbox.notice_id
[quix0rs-gnu-social.git] / 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,