allow only plaintext
This commit is contained in:
parent
f314d1b9d5
commit
37aa9a63b0
1 changed files with 1 additions and 3 deletions
|
@ -132,9 +132,7 @@ config :pleroma, :instance,
|
|||
managed_config: true,
|
||||
static_dir: "instance/static/",
|
||||
allowed_post_formats: [
|
||||
"text/plain",
|
||||
"text/html",
|
||||
"text/markdown"
|
||||
"text/plain"
|
||||
],
|
||||
finmoji_enabled: true,
|
||||
mrf_transparency: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue