forked from GNUsocial/gnu-social
Fixed bug in which you cannot turn off importing friends timelines flag
This commit is contained in:
parent
5668959399
commit
8b040eba40
@ -165,7 +165,7 @@ class TwittersettingsAction extends ConnectSettingsAction
|
|||||||
($flink->noticesync & FOREIGN_NOTICE_RECV) :
|
($flink->noticesync & FOREIGN_NOTICE_RECV) :
|
||||||
false);
|
false);
|
||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
|
} else {
|
||||||
// preserve setting even if bidrection bridge toggled off
|
// preserve setting even if bidrection bridge toggled off
|
||||||
|
|
||||||
if ($flink && ($flink->noticesync & FOREIGN_NOTICE_RECV)) {
|
if ($flink && ($flink->noticesync & FOREIGN_NOTICE_RECV)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user