feat: アンテナに保持するノート数をポリシーに追加 (MisskeyIO#499)
This commit is contained in:
parent
a24e93ec6c
commit
c0dbdd78c1
10 changed files with 46 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue