Update README.md
This commit is contained in:
parent
5e582e1990
commit
bf05b2b6fe
12
README.md
12
README.md
|
@ -3,12 +3,10 @@
|
||||||
Steal emoji from other servers. Don't actually use this, it's not safe and
|
Steal emoji from other servers. Don't actually use this, it's not safe and
|
||||||
someone could crap up your server. CURRENTLY DOES NOT WORK.
|
someone could crap up your server. CURRENTLY DOES NOT WORK.
|
||||||
|
|
||||||
Add a line like:
|
1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]`
|
||||||
|
2. to you whatever.secret.exs file.
|
||||||
`config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]`
|
3. Create directory priv/static/emoji/stolen
|
||||||
|
4. Make sure you actually add the MRF to your config
|
||||||
to you whatever.secret.exs file. Create directory priv/static/emoji/stolen
|
4. Restart server
|
||||||
|
|
||||||
Restart server
|
|
||||||
|
|
||||||
You have to refresh your browser to see any new emoji in the picker
|
You have to refresh your browser to see any new emoji in the picker
|
Loading…
Reference in New Issue