Merge branch 'develop' into ed25519

This commit is contained in:
tamaina 2024-02-29 20:34:55 +00:00
commit a4e7d6940b
56 changed files with 1952 additions and 1221 deletions

View file

@ -160,6 +160,10 @@ export const packedRolePoliciesSchema = {
type: 'boolean',
optional: false, nullable: false,
},
mentionLimit: {
type: 'integer',
optional: false, nullable: false,
},
canInvite: {
type: 'boolean',
optional: false, nullable: false,