@@ -528,8 +528,6 @@ export const useMailStore = defineStore('mailStore', () => {
|
||||
|
||||
const shouldNotify = options.notify ?? true
|
||||
|
||||
loading.value = true
|
||||
|
||||
try {
|
||||
const patch = entitiesStore.fresh().properties
|
||||
patch.flags = flags
|
||||
@@ -556,8 +554,6 @@ export const useMailStore = defineStore('mailStore', () => {
|
||||
console.error('[Mail][Operations] Failed to update messages:', error)
|
||||
notify(messageText, 'error')
|
||||
throw error
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user