this repo has no description
0
fork

Configure Feed

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

labelmaker: subscribeAllLabels -> subscribeLabels

From lexicon code review

+1 -1
+1 -1
labeling/service.go
··· 421 421 422 422 s.RegisterHandlersComAtproto(e) 423 423 // TODO(bnewbold): this is a speculative endpoint name 424 - e.GET("/xrpc/com.atproto.label.subscribeAllLabels", s.EventsLabelsWebsocket) 424 + e.GET("/xrpc/com.atproto.label.subscribeLabels", s.EventsLabelsWebsocket) 425 425 426 426 log.Infof("starting labelmaker XRPC and WebSocket daemon at: %s", listen) 427 427 return e.Start(listen)