feat: update bot role

This commit is contained in:
2025-09-15 18:21:44 +05:30
parent 0360ba398a
commit b2268e52df

View File

@@ -165,7 +165,13 @@ export const rules: Record<
}, },
bot: { bot: {
claims: ["file:download", "note:write"], claims: ["file:download", "note:write"],
hiddenFields: {}, hiddenFields: {
orgs: ["__v"],
permits: ["__v"],
rts: ["__v"],
tasks: ["__v"],
users: ["__v"],
},
}, },
}; };