diff options
author | kaniini <nenolod@gmail.com> | 2019-04-22 02:07:19 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-04-22 02:07:19 +0000 |
commit | 7fcbda702e76b6390076c28832f5aea80086d15a (patch) | |
tree | 265bf6acf11ad7987850c8733ea1b36248cc8c24 /docs/config.md | |
parent | 6c0e07b8bdc85f757e2d1e6993e64f2e1540deb6 (diff) | |
parent | 3cefdc62e0dda75985221853fb123572d6fc068b (diff) | |
download | pleroma-7fcbda702e76b6390076c28832f5aea80086d15a.tar.gz |
Merge branch 'rework-emoji-management' into 'develop'
Remove finmoji and add a way to download emojis in packs
Closes #817 and #821
See merge request pleroma/pleroma!1073
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 5a97033b2..ccf744f42 100644 --- a/docs/config.md +++ b/docs/config.md @@ -87,7 +87,6 @@ config :pleroma, Pleroma.Emails.Mailer, * `quarantined_instances`: List of ActivityPub instances where private(DMs, followers-only) activities will not be send. * `managed_config`: Whenether the config for pleroma-fe is configured in this config or in ``static/config.json`` * `allowed_post_formats`: MIME-type list of formats allowed to be posted (transformed into HTML) -* `finmoji_enabled`: Whenether to enable the finmojis in the custom emojis. * `mrf_transparency`: Make the content of your Message Rewrite Facility settings public (via nodeinfo). * `scope_copy`: Copy the scope (private/unlisted/public) in replies to posts by default. * `subject_line_behavior`: Allows changing the default behaviour of subject lines in replies. Valid values: |