mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Bugfix: Mentioning forums with ! only worked partially
This commit is contained in:
parent
c02c8c0293
commit
13b9f19f8c
1 changed files with 1 additions and 1 deletions
|
@ -1045,5 +1045,5 @@ function handle_tag(App $a, &$body, &$inform, &$str_tags, $profile_uid, $tag, $n
|
|||
}
|
||||
}
|
||||
|
||||
return ['replaced' => $replaced, 'contact' => $r[0]];
|
||||
return ['replaced' => $replaced, 'contact' => $contact];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue