Update README.md
This commit is contained in:
parent
23bd979661
commit
bde6fe601b
13
README.md
13
README.md
|
@ -1,3 +1,14 @@
|
||||||
# Emoji Stealer MRF
|
# Emoji Stealer MRF
|
||||||
|
|
||||||
Steal emoji from other servers.
|
Steal emoji from other servers. Don't actually use this, it's not safe and
|
||||||
|
someone could crap up your server.
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue