2020-03-22 15:02:00 +00:00
|
|
|
# Emoji Stealer MRF
|
|
|
|
|
2020-03-22 16:39:07 +00:00
|
|
|
Steal emoji from other servers. Don't actually use this, it's not safe and
|
2020-03-22 16:40:13 +00:00
|
|
|
someone could crap up your server. CURRENTLY DOES NOT WORK.
|
2020-03-22 16:39:07 +00:00
|
|
|
|
|
|
|
Add a line like:
|
|
|
|
|
|
|
|
`config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]`
|
|
|
|
|
|
|
|
to you whatever.secret.exs file. Create directory priv/static/emoji/stolen
|
|
|
|
|
|
|
|
Restart server
|
|
|
|
|
|
|
|
You have to refresh your browser to see any new emoji in the picker
|