summaryrefslogtreecommitdiff
path: root/actions/twittersettings.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-24 12:17:08 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-24 12:17:08 -0400
commitf112b4e1fdd6e276dbd83f1ff8b30817be7b77b6 (patch)
tree1e6c492e3495f1d0bce23a8414fffa6140ca9200 /actions/twittersettings.php
parentb0b1d201d7d2b9694a862e717c24054af8e6fd78 (diff)
default sending local @ replies to Twitter
darcs-hash:20080924161708-5ed1f-c215f149abc11b07c34fda59c90a26d8b7603d38.gz
Diffstat (limited to 'actions/twittersettings.php')
-rw-r--r--actions/twittersettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twittersettings.php b/actions/twittersettings.php
index fc89ca2ad..cf50be62a 100644
--- a/actions/twittersettings.php
+++ b/actions/twittersettings.php
@@ -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,