Remove finmoji and add a way to download emojis in packs
These packs are stored in a git repo on pleroma gitlab
This commit is contained in:
parent
6ca82c18a7
commit
c26724cc55
130 changed files with 141 additions and 88 deletions
|
|
@ -100,8 +100,8 @@ 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"]
|
||||
Finmoji: ["/finmoji/128px/*-128.png", "/instance/static/emoji/finmoji/128px/*-128.png"],
|
||||
Custom: ["/emoji/*.png", "/emoji/custom/*.png", "/instance/static/emoji/**/*.png"]
|
||||
]
|
||||
|
||||
config :pleroma, :uri_schemes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue