-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User option to disable emoji-replacement #647
Comments
I’d vote for a checkbox alongside the “use system font” switch. p.s. it’s also possible to detect native emoji support in a user’s browser using something like mojibaka (disclosure: it’s my project) so it could be made to be off unless the browser needs replacements. |
I've started toying with this again, to see what I can do from my side without writing any code. It appears i can Block the URL And that only breaks the Emoji Picker. So if someone was to really implement this, they'd also have to configure the emoji-mart to use |
Would it be fine as a local app setting (I mean, a setting set from the settings modal specific to the glitch flavour)? This would not apply to public pages |
i believe that's what "User Option" means, exactly. |
I asked that because there was a suggestion to put it in the server-side thing
But I'd rather not pass it to the public pages (because there is no readily-system available for that and I don't want to mess with the vanilla parts much more) |
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.
By default, mastodon replaces emoji in the with an html
img
tag, that contains an svg Emojione image. For example:I'd like to make it easier for this feature to be disabled.
Either by admins, upon installing the instance, or perhaps even to expose it as a user-preference choice… this could become part of glitch-soc's "flavours"
The text was updated successfully, but these errors were encountered: