main ← emoji-fix1
opened 05:21AM - 16 Feb 26 UTC
The ProseMirror emoji input rule was converting text shortcuts
like `:)` into em…oji images regardless of the
`enable_emoji_shortcuts` site setting. This adds a guard to
skip the conversion when the setting is disabled.