]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
Remove remaining references to Config::get in include/dba
[friendica.git] / mod / crepair.php
index 29aa01572657ec7622d8a5fb441e0f58f12f3035..29b00b4e3aab3a6848837636e5c45406a5edbb34 100644 (file)
@@ -121,7 +121,7 @@ function crepair_content(App $a)
        // Disable remote self for everything except feeds.
        // There is an issue when you repeat an item from maybe twitter and you got comments from friendica and twitter
        // Problem is, you couldn't reply to both networks.
-       if (!in_array($contact['network'], [NETWORK_FEED, NETWORK_DFRN, NETWORK_DIASPORA])) {
+       if (!in_array($contact['network'], [NETWORK_FEED, NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_TWITTER])) {
                $allow_remote_self = false;
        }