feat(emoji): add an option to disable them (closes #5852)

This commit is contained in:
Elian Doran
2025-06-23 22:10:41 +03:00
parent 1ac086b88e
commit ba94616b87
6 changed files with 47 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"languages",
"textNoteEditorType",
"textNoteEditorMultilineToolbar",
"textNoteEmojiEnabled",
"layoutOrientation",
"backgroundEffects",
"allowedHtmlTags",