mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
"MIRROR_FORWARDED" is removed
This commit is contained in:
parent
25992b063a
commit
352b7a0ac3
4 changed files with 24 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue