Update README.md
This commit is contained in:
parent
bf05b2b6fe
commit
054eae35f7
|
@ -3,10 +3,9 @@
|
||||||
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.
|
||||||
|
|
||||||
1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]`
|
1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` to you whatever.secret.exs file.
|
||||||
2. to you whatever.secret.exs file.
|
2. Create directory priv/static/emoji/stolen
|
||||||
3. Create directory priv/static/emoji/stolen
|
3. Make sure you actually add the MRF to your config
|
||||||
4. Make sure you actually add the MRF to your config
|
|
||||||
4. Restart server
|
4. 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