summaryrefslogtreecommitdiff
path: root/packages/frontend-shared
diff options
context:
space:
mode:
authorMarie <github@yuugi.dev>2024-11-03 17:59:50 +0100
committerMarie <github@yuugi.dev>2024-12-09 05:32:51 +0100
commitfc9d777dc3161b40c5c62bb65cb03e2c7d8f4380 (patch)
treeaf42af2f205816cb3b833747d2df35935c5f9c92 /packages/frontend-shared
parentchore: remove leftover log (diff)
downloadsharkey-fc9d777dc3161b40c5c62bb65cb03e2c7d8f4380.tar.gz
sharkey-fc9d777dc3161b40c5c62bb65cb03e2c7d8f4380.tar.bz2
sharkey-fc9d777dc3161b40c5c62bb65cb03e2c7d8f4380.zip
upd: add notification for failures, add reasons for failure, apply suggestions
Diffstat (limited to 'packages/frontend-shared')
-rw-r--r--packages/frontend-shared/js/const.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend-shared/js/const.ts b/packages/frontend-shared/js/const.ts
index 882f19c7fd..5bc75db908 100644
--- a/packages/frontend-shared/js/const.ts
+++ b/packages/frontend-shared/js/const.ts
@@ -131,6 +131,7 @@ export const notificationTypes = [
'test',
'app',
'edited',
+ 'scheduledNoteFailed',
] as const;
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;