]> cat aescling's git repositories - mastodon.git/commit
Add option to disable emoji replacements
authorThibaut Girka <thib@sitedethib.com>
Mon, 12 Aug 2019 13:31:20 +0000 (15:31 +0200)
committerThibG <thib@sitedethib.com>
Mon, 12 Aug 2019 21:01:37 +0000 (23:01 +0200)
commit597ea5687a3601c6cc462831bf570bae05b08240
treeb95cc1a5d557e80b1f59c0aa72851fbc19649468
parentcf421bafdf644f8c8a44b4f06f82841cbd568cdf
Add option to disable emoji replacements

Fixes #647

The option is found in `/settings` (because that was easier to write it this
way) but only affects the glitch-soc front-end.
app/controllers/settings/preferences_controller.rb
app/javascript/flavours/glitch/util/emoji/index.js
app/javascript/flavours/glitch/util/initial_state.js
app/lib/user_settings_decorator.rb
app/models/user.rb
app/serializers/initial_state_serializer.rb
app/views/settings/preferences/appearance/show.html.haml
config/locales/simple_form.en.yml
config/settings.yml