feat: アンテナに保持するノート数をポリシーに追加 (MisskeyIO#499)

This commit is contained in:
kabo2468 2024-03-03 02:42:13 +09:00 committed by GitHub
parent a24e93ec6c
commit c0dbdd78c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 46 additions and 1 deletions

View file

@ -247,6 +247,10 @@ export const packedRolePoliciesSchema = {
type: 'integer',
optional: false, nullable: false,
},
antennaNotesLimit: {
type: 'integer',
optional: false, nullable: false,
},
wordMuteLimit: {
type: 'integer',
optional: false, nullable: false,