add self for unfollowed contact
This commit is contained in:
parent
f482d55795
commit
3e32c8aba5
1 changed files with 1 additions and 0 deletions
|
@ -1233,6 +1233,7 @@ class Contact
|
||||||
'unfollow' => [DI::l10n()->t('Unfollow'), $unfollow_link, true],
|
'unfollow' => [DI::l10n()->t('Unfollow'), $unfollow_link, true],
|
||||||
'mention' => [DI::l10n()->t('Mention'), DI::l10n()->t('Post to group'), $mention_url, false],
|
'mention' => [DI::l10n()->t('Mention'), DI::l10n()->t('Post to group'), $mention_url, false],
|
||||||
'group' => [DI::l10n()->t('View group'), $group_link, $contact['forum'], true],
|
'group' => [DI::l10n()->t('View group'), $group_link, $contact['forum'], true],
|
||||||
|
'self' => [$contact['self'] ?? false, true],
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
$menu = [
|
$menu = [
|
||||||
|
|
Loading…
Reference in a new issue