fix: recipient click

Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
2026-05-26 23:17:03 -04:00
parent 9a98042fa0
commit 3a3cf77da1
3 changed files with 23 additions and 6 deletions

View File

@@ -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
}
}