WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(web): use canManageRoles(auth) instead of hardcoded false in rolesJson error path

Malpercio 34e914d8 136e98bf

+1 -1
+1 -1
apps/web/src/routes/admin.tsx
··· 366 366 <MemberRow 367 367 member={{ did: targetDid, handle, role: currentRole, roleUri: currentRoleUri, joinedAt }} 368 368 roles={[]} 369 - showRoleControls={false} 369 + showRoleControls={canManageRoles(auth)} 370 370 errorMsg="Role data was corrupted. Please reload the page." 371 371 /> 372 372 );