1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-17 20:45:34 +02:00

Merge branch 'develop' into ed25519

This commit is contained in:
tamaina
2024-02-29 20:34:55 +00:00
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,