forked from GNUsocial/gnu-social
Added proper enabling and disabling of sending RTs to Twitter.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user