fix error text

This commit is contained in:
pa
2026-03-13 00:35:31 +09:00
parent fbe290b788
commit 73493cb0aa
4 changed files with 8 additions and 12 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ import {
checkCanInvite,
createDefaultNotificationRef,
createDefaultNotificationV2Ref,
escapeTag,
executeWithBackoff,
findUserByDisplayName,
parseLocation,
@@ -1340,7 +1339,7 @@ export const useNotificationStore = defineStore('Notification', () => {
console.log('Notification response', args);
if (!args.json) return;
handleNotificationV2Hide(notificationId);
toast.success(escapeTag(args.json));
toast.success(args.json);
})
.catch(() => {
handleNotificationV2Hide(notificationId);