add self for unfollowed contact

This commit is contained in:
Jakobus Schürz 2023-10-03 05:51:49 +02:00
parent f482d55795
commit 3e32c8aba5

View file

@ -1233,6 +1233,7 @@ class Contact
'unfollow' => [DI::l10n()->t('Unfollow'), $unfollow_link, true],
'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],
'self' => [$contact['self'] ?? false, true],
];
} else {
$menu = [