merge: Add a role policy for viewing federation info (!1219)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1219

Approved-by: Luna <her@mint.lgbt>
Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
Hazelnoot 2025-09-13 11:28:11 -04:00
commit 0a9f730b59
22 changed files with 84 additions and 13 deletions

View file

@ -313,6 +313,10 @@ export const packedRolePoliciesSchema = {
type: 'boolean',
optional: false, nullable: false,
},
canViewFederation: {
type: 'boolean',
optional: false, nullable: false,
},
},
} as const;