This repository has no description
0

Configure Feed

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

formatting

+1 -1
+1 -1
src/webapp/lib/serverFeatureFlags.ts
··· 4 4 5 5 export async function getServerFeatureFlags() { 6 6 const { user } = await getServerAuthStatus(); 7 - 7 + 8 8 const isApprovedUser = user?.handle && APPROVED_HANDLES.includes(user.handle); 9 9 10 10 return {