]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.config.php
New configuration to disable the automatic mentions removal
[friendica.git] / config / defaults.config.php
index c1ecbb42179c3e53dbfe0ab079f0c730ff8e52ee..8a9bc19b5ef02178ac6a6d40a76ccf33d710ccf7 100644 (file)
@@ -135,6 +135,10 @@ return [
                // Disables the check if a mail address is in a valid format and can be resolved via DNS.
                'disable_email_validation' => false,
 
+               // disable_mentions_removal (Boolean)
+               // Disables the automatic removal of mentions in ActivityPub postings.
+               'disable_mentions_removal' => false,
+
                // disable_url_validation (Boolean)
                // Disables the DNS lookup of an URL.
                'disable_url_validation' => false,