Relay settings are now valid for the ActivityRelay as well

This commit is contained in:
Michael 2020-09-22 15:48:44 +00:00
parent 93cd85595c
commit b0c9c9b7cb
5 changed files with 545 additions and 430 deletions

View file

@ -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;