emoji-stealer-mrf/README.md

21 lines
894 B
Markdown
Raw Normal View History

2020-05-27 15:09:41 +00:00
# Don't Use This Anymore
Emoji Stealer was significantly improved and merged into Pleroma project as an
optional MRF, so you don't need to use this anymore.
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 18:01:36 +00:00
someone could crap up your server. Don't ask me for help installing it or
complain about its functionality. Merge requests welcome. License is AGPL v3. If
you make changes, you have to share them.
2020-03-22 16:39:07 +00:00
2020-03-24 02:37:05 +00:00
1. Create new directory in wherever your STATIC-DIR is configured, STATIC-DIR/emoji/stolen
2. optionally add a whitelist to your whatever.secret.exs file: `config :pleroma, :emoji_stealer, whitelist: ["freespeechextremist.com", "shitposter.club"]`
3. Make sure you actually add the MRF to your config
4. Restart server
2020-03-22 16:39:07 +00:00
2020-03-24 02:37:05 +00:00
You have to refresh your browser to see any new emoji in the picker but they
will show up immediately if used in posts.
2020-03-22 18:01:36 +00:00