From bde6fe601b8c040fb3ea50f01cace9e8066a54cb Mon Sep 17 00:00:00 2001 From: Moon Man Date: Sun, 22 Mar 2020 16:39:07 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7ecfd..08f68b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Emoji Stealer MRF -Steal emoji from other servers. \ No newline at end of file +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 \ No newline at end of file