diff options
author | lain <lain@soykaf.club> | 2019-12-04 12:48:34 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-12-04 12:48:34 +0100 |
commit | aa97fe8f175c3618a04bb45e6aa7c37e26259577 (patch) | |
tree | 894b3cb5d9f332fb735858b0d85d19836a21e086 /config | |
parent | 7722e5a67a46304f3ae0e37f674a44ca9268be5e (diff) | |
download | pleroma-aa97fe8f175c3618a04bb45e6aa7c37e26259577.tar.gz pleroma-aa97fe8f175c3618a04bb45e6aa7c37e26259577.zip |
ChatChannel: Ignore messages that are too long.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index b60ffef7d..4624bded2 100644 --- a/config/config.exs +++ b/config/config.exs @@ -225,6 +225,7 @@ config :pleroma, :instance, notify_email: "noreply@example.com", description: "A Pleroma instance, an alternative fediverse server", limit: 5_000, + chat_limit: 5_000, remote_limit: 100_000, upload_limit: 16_000_000, avatar_upload_limit: 2_000_000, |