]> git.mxchange.org Git - friendica.git/blobdiff - mod/crepair.php
Merge pull request #7605 from annando/pending-2
[friendica.git] / mod / crepair.php
index 7e10b2ff2b6955923b4587c5f82ac670d7a46a88..ce27b44982a26a295dd68d75ea2bdaa76b339b02 100644 (file)
@@ -132,7 +132,7 @@ function crepair_content(App $a)
                $remote_self_options = ['0' => L10n::t('No mirroring'), '2' => L10n::t('Mirror as my own posting')];
        }
 
-       $update_profile = in_array($contact['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]);
+       $update_profile = in_array($contact['network'], Protocol::FEDERATED);
 
        $tab_str = Module\Contact::getTabsHTML($a, $contact, 5);