ChatChannel: Ignore messages that are too long.

This commit is contained in:
lain 2019-12-04 12:48:34 +01:00
commit aa97fe8f17
5 changed files with 40 additions and 3 deletions

View file

@ -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,