mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
New configuration to disable the automatic mentions removal
This commit is contained in:
parent
a29b6f17e2
commit
d4baa25349
2 changed files with 8 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue