Remove most finmoji mentions where appropriate
This commit is contained in:
parent
1f3ddb031c
commit
8f93d4c423
4 changed files with 2 additions and 12 deletions
|
|
@ -100,8 +100,7 @@ config :pleroma, :emoji,
|
|||
shortcode_globs: ["/emoji/custom/**/*.png"],
|
||||
groups: [
|
||||
# Put groups that have higher priority than defaults here. Example in `docs/config/custom_emoji.md`
|
||||
Finmoji: ["/finmoji/128px/*-128.png"],
|
||||
Custom: ["/emoji/*.png", "/emoji/custom/*.png"]
|
||||
Custom: ["/emoji/*.png", "/emoji/**/*.png"]
|
||||
],
|
||||
default_manifest: "https://git.pleroma.social/vaartis/emoji-index/raw/master/index.json"
|
||||
|
||||
|
|
@ -224,7 +223,6 @@ config :pleroma, :instance,
|
|||
"text/html",
|
||||
"text/markdown"
|
||||
],
|
||||
finmoji_enabled: true,
|
||||
mrf_transparency: true,
|
||||
autofollowed_nicknames: [],
|
||||
max_pinned_statuses: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue