Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar 2024-12-12 13:04:51 +00:00
commit 6d4ae93592
54 changed files with 1630 additions and 20 deletions

View file

@ -132,6 +132,8 @@ export const notificationTypes = [
'test',
'app',
'edited',
'scheduledNoteFailed',
'scheduledNotePosted',
] as const;
export const obsoleteNotificationTypes = ['pollVote', 'groupInvited'] as const;
@ -141,6 +143,7 @@ export const ROLE_POLICIES = [
'btlAvailable',
'canPublicNote',
'canImportNotes',
'scheduleNoteMax',
'mentionLimit',
'canInvite',
'inviteLimit',