backend for xcvr appview
3
fork

Configure Feed

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

oops

+1 -1
+1 -1
server/internal/db/lexicon.go
··· 411 411 nick, 412 412 color, 413 413 posted_at 414 - ) WHERE did = $1 AND cid = $2`, did, cid) 414 + ) WHERE did = $1 AND blob_cid = $2`, did, cid) 415 415 var image types.Image 416 416 err := row.Scan(&image.URI, 417 417 &image.SignetURI,