mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Rename system.disable_mentions_removal config key to system.disable_implicit_mentions
- Update configuration key description
This commit is contained in:
parent
34bc0b0c97
commit
0cc0df9e3e
2 changed files with 9 additions and 4 deletions
|
@ -693,7 +693,7 @@ class Processor
|
|||
*/
|
||||
private static function removeImplicitMentionsFromBody($body, array $implicit_mentions)
|
||||
{
|
||||
if (Config::get('system', 'disable_mentions_removal')) {
|
||||
if (Config::get('system', 'disable_implicit_mentions')) {
|
||||
return $body;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue