"network/group" fragments are removed

This commit is contained in:
Michael 2024-03-12 08:02:00 +00:00
parent cd7a663733
commit fda832cd83
4 changed files with 3 additions and 6 deletions

View file

@ -104,7 +104,7 @@ class VCard
$mention_label = DI::l10n()->t('Post to group');
$mention_link = 'compose/0?body=!' . $contact['addr'];
}
$showgroup_link = 'network/group/' . $id;
$showgroup_link = 'contact/' . $id . '/conversations';
} elseif (!$hide_mention) {
$mention_label = DI::l10n()->t('Mention');
$mention_link = 'compose/0?body=@' . $contact['addr'];