feat(reaction): ロールでリアクションの制御をできるように (MisskeyIO#660)

This commit is contained in:
まっちゃてぃー。
2024-07-13 02:08:56 +09:00
committed by GitHub
parent 5ab83ff9d8
commit bb913ee00a
8 changed files with 40 additions and 7 deletions

View File

@@ -248,6 +248,10 @@ export const packedRolePoliciesSchema = {
type: 'boolean',
optional: false, nullable: false,
},
canUseReaction: {
type: 'boolean',
optional: false, nullable: false,
},
canHideAds: {
type: 'boolean',
optional: false, nullable: false,