feat: let bot R/W RTS, add fileValidationStatus to RTS

This commit is contained in:
2025-09-17 17:25:43 +05:30
parent b2268e52df
commit 3e15e55ea2
3 changed files with 5 additions and 1 deletions

View File

@@ -164,7 +164,7 @@ export const rules: Record<
},
},
bot: {
claims: ["file:download", "note:write"],
claims: ["file:download", "note:write", "rts:read", "rts:write"],
hiddenFields: {
orgs: ["__v"],
permits: ["__v"],