a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix type error

+1 -1
+1 -1
actions/getIdentityData.ts
··· 21 21 *, 22 22 custom_domains(*), 23 23 home_leaflet:permission_tokens!identities_home_page_fkey(*, permission_token_rights(*)), 24 - permission_token_on_homepage(created_at, permission_tokens!inner(*, permission_token_rights(*))) 24 + permission_token_on_homepage(created_at, permission_tokens!inner(id, root_entity, permission_token_rights(*))) 25 25 )`, 26 26 ) 27 27 .eq("id", auth_token)