tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

lmao

+1 -1
+1 -1
db/lexicon.go
··· 208 208 209 209 func (s *Store) GetMyLikesFor(buttonuri string, buttoncid string, mydid string, ctx context.Context) ([]string, error) { 210 210 rows, err := s.pool.Query(ctx, ` 211 - SELECT subject_uri FROM likes WHERE subject_uri = $1 AND subject_cid = $2 AND did = $3 211 + SELECT uri FROM likes WHERE subject_uri = $1 AND subject_cid = $2 AND did = $3 212 212 `, buttonuri, buttoncid, mydid) 213 213 if err != nil { 214 214 return nil, err