InstanceStatic: Extra-sanitize emoji

This commit is contained in:
Lain Soykaf 2025-03-10 18:56:43 +04:00
commit d9ae9b676c
3 changed files with 50 additions and 18 deletions

View file

@ -66,7 +66,7 @@ config :pleroma, Pleroma.Upload,
filename_display_max_length: 30,
default_description: nil,
base_url: nil,
allowed_mime_types: ["image", "audio", "video", "text"]
allowed_mime_types: ["image", "audio", "video"]
config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"