"MIRROR_FORWARDED" is removed

This commit is contained in:
Michael 2022-11-23 14:00:34 +00:00
parent 25992b063a
commit 352b7a0ac3
4 changed files with 24 additions and 5 deletions

View file

@ -285,7 +285,6 @@ class Profile extends BaseModule
if ($contact['network'] == Protocol::FEED) {
$remote_self_options = [
Contact::MIRROR_DEACTIVATED => $this->t('No mirroring'),
Contact::MIRROR_FORWARDED => $this->t('Mirror as forwarded posting'),
Contact::MIRROR_OWN_POST => $this->t('Mirror as my own posting')
];
} elseif ($contact['network'] == Protocol::ACTIVITYPUB) {