From f112b4e1fdd6e276dbd83f1ff8b30817be7b77b6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 24 Sep 2008 12:17:08 -0400 Subject: [PATCH] default sending local @ replies to Twitter darcs-hash:20080924161708-5ed1f-c215f149abc11b07c34fda59c90a26d8b7603d38.gz --- actions/twittersettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/twittersettings.php b/actions/twittersettings.php index fc89ca2ad7..cf50be62af 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,