backend for xcvr appview
3
fork

Configure Feed

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

what was i doing skull emoji

+1 -1
+1 -1
server/internal/db/oauth.go
··· 67 67 account_did = EXCLUDED.account_did, 68 68 host_url = EXCLUDED.host_url, 69 69 authserver_url = EXCLUDED.authserver_url, 70 - authserver_token_endpoint = EXCLUDED.host_url, 70 + authserver_token_endpoint = EXCLUDED.authserver_token_endpoint, 71 71 scopes = EXCLUDED.scopes, 72 72 access_token = EXCLUDED.access_token, 73 73 refresh_token = EXCLUDED.refresh_token,