backend for xcvr appview
2
fork

Configure Feed

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

fix sql query

+1 -1
+1 -1
server/internal/db/oauth.go
··· 23 23 dpop_host_nonce, 24 24 dpop_privatekey_multibase 25 25 FROM sessions 26 - WHERE did = $1 AND session_id = $2`, did.String(), sessionID) 26 + WHERE account_did = $1 AND session_id = $2`, did.String(), sessionID) 27 27 var scope string 28 28 var csd oauth.ClientSessionData 29 29 csd.AccountDID = did