commit: 2802e47ac947bc884dcbc86f00803fd3613efa95
parent 4903069481508221ed047761be20a558799e712d
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Thu, 4 Aug 2022 19:34:29 +0000
Apply 1 suggestion(s) to 1 file(s)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/components/quick_view_settings/quick_view_settings.js b/src/components/quick_view_settings/quick_view_settings.js
@@ -20,7 +20,6 @@ const QuickViewSettings = {
methods: {
setConversationDisplay (visibility) {
this.$store.dispatch('setOption', { name: 'conversationDisplay', value: visibility })
- this.$store.dispatch('queueFlushAll')
},
openTab (tab) {
this.$store.dispatch('openSettingsModalTab', tab)