mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
Compare lengths of hashtags with the content length for improved spam detection
This commit is contained in:
parent
efe1ea5c3c
commit
b8f80a8d25
2 changed files with 10 additions and 5 deletions
|
@ -239,7 +239,7 @@ return [
|
|||
|
||||
// relay_max_tags (Integer)
|
||||
// Maximum amount of tags in a post before it is rejected as spam.
|
||||
'relay_max_tags' => 10,
|
||||
'relay_max_tags' => 20,
|
||||
|
||||
// proxify_content (Boolean)
|
||||
// Use the proxy functionality for fetching external content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue