1
0

upd: add notification for when scheduled note gets posted

This commit is contained in:
Marie
2024-11-04 11:22:37 +01:00
parent 170093f2a2
commit 1d3c825398
13 changed files with 77 additions and 9 deletions
+1
View File
@@ -132,6 +132,7 @@ export const notificationTypes = [
'app',
'edited',
'scheduledNoteFailed',
'scheduledNotePosted',
] as const;
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;