tiny 88x31 lexicon for atproto

just checking

+1 -2
+1 -1
atplistener/jetstream.go
··· 124 124 return fmt.Sprintf("at://%s/%s/%s", event.Did, event.Commit.Collection, event.Commit.RKey) 125 125 } 126 126 func (h *handler) handleLike(ctx context.Context, event *models.Event) error { 127 - h.l.Debug("handling like") 127 + h.l.Error("handling like") 128 128 switch event.Commit.Operation { 129 129 case "create", "update": 130 130 return h.handleLikeCreateUpdate(ctx, event)
-1
db/lexicon.go
··· 269 269 cid = EXCLUDED.cid, 270 270 posted_at = EXCLUDED.posted_at, 271 271 indexed_at = now() 272 - 273 272 `, tbr.URI, tbr.DID, tbr.BlobCID, tbr.BlobMIME, tbr.Alt, tbr.Title, tbr.HREF, tbr.CID, tbr.PostedAt) 274 273 return err 275 274 }