From 3e32c8aba5b613552370379c0ccdb8329758fbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 3 Oct 2023 05:51:49 +0200 Subject: [PATCH] add self for unfollowed contact --- src/Model/Contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 48f201e8c2..c8cc3a255f 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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 = [