Added proper enabling and disabling of sending RTs to Twitter.

This commit is contained in:
Neil E. Hodges
2016-03-19 03:23:26 -07:00
committed by root
parent 14cb2d5398
commit 39ebb64b85
6 changed files with 27 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ class TwitterauthorizationAction extends FormAction
// Defaults: noticesync on, everything else off
$flink->set_flags(true, false, false, false);
$flink->set_flags(true, false, false, false, false);
$flink_id = $flink->insert();