mirror of
https://github.com/friendica/friendica
synced 2025-04-28 18:24:24 +02:00
Relay settings are now valid for the ActivityRelay as well
This commit is contained in:
parent
93cd85595c
commit
b0c9c9b7cb
5 changed files with 545 additions and 430 deletions
|
@ -42,7 +42,7 @@ class Search
|
|||
$tags = [];
|
||||
|
||||
while ($term = DBA::fetch($termsStmt)) {
|
||||
$tags[] = trim($term['term'], '#');
|
||||
$tags[] = trim(mb_strtolower($term['term']), '#');
|
||||
}
|
||||
DBA::close($termsStmt);
|
||||
return $tags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue