From 1f50fc2a8b3b06aaeae90bdb6e5e3bef621698dc Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 15 Aug 2024 00:06:32 +0300 Subject: [PATCH] oops --- src/modules/instance.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/instance.js b/src/modules/instance.js index cc114505..2281141f 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -374,8 +374,6 @@ const instance = { // should have been "pack" field, that would be more useful }).sort(byPackThenByName) commit('setInstanceOption', { name: 'customEmoji', value: emoji }) - state.standardEmojiGroupList = null - state.standardEmojiList = null } else { throw (res) }