fix(backend): リプライ禁止ポリシーにて自分にリプライできないのを修正 (MisskeyIO#495)

This commit is contained in:
kabo2468
2024-03-02 04:28:45 +09:00
committed by GitHub
parent f4348af944
commit 62e7961aea
3 changed files with 6 additions and 1 deletions

View File

@@ -140,6 +140,10 @@ export const packedRolePoliciesSchema = {
type: 'boolean',
optional: false, nullable: false,
},
canInitiateConversation: {
type: 'boolean',
optional: false, nullable: false,
},
canCreateContent: {
type: 'boolean',
optional: false, nullable: false,