mirror of
https://github.com/friendica/friendica
synced 2025-04-30 15:04:23 +02:00
"network/group" fragments are removed
This commit is contained in:
parent
cd7a663733
commit
fda832cd83
4 changed files with 3 additions and 6 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue