mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 08:34:26 +02:00
New user account type "Channel Relay"
This commit is contained in:
parent
16b12e1545
commit
811a9f01bc
12 changed files with 434 additions and 261 deletions
|
@ -1787,7 +1787,7 @@ class Processor
|
|||
$searchtext = Engagement::getSearchTextForActivity($content, $authorid, $messageTags, $receivers);
|
||||
$languages = Item::getLanguageArray($content, 1, 0, $authorid);
|
||||
$language = !empty($languages) ? array_key_first($languages) : '';
|
||||
return DI::userDefinedChannel()->match($searchtext, $language);
|
||||
return DI::userDefinedChannel()->match($searchtext, $language, $messageTags, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue