This commit is contained in:
Henry Jameson 2024-08-15 00:06:32 +03:00
parent 1b371afff3
commit 1f50fc2a8b

View file

@ -374,8 +374,6 @@ const instance = {
// should have been "pack" field, that would be more useful // should have been "pack" field, that would be more useful
}).sort(byPackThenByName) }).sort(byPackThenByName)
commit('setInstanceOption', { name: 'customEmoji', value: emoji }) commit('setInstanceOption', { name: 'customEmoji', value: emoji })
state.standardEmojiGroupList = null
state.standardEmojiList = null
} else { } else {
throw (res) throw (res)
} }