Merge branch 'develop' into feature/2024.10
This commit is contained in:
commit
6d4ae93592
54 changed files with 1630 additions and 20 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue