this repo has no description
0
fork

Configure Feed

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

Fix label subscription header switch (#619)

authored by

Jaz and committed by
GitHub
733547c2 4b304fb1

+1 -1
+1 -1
events/consumer.go
··· 277 277 }); err != nil { 278 278 return err 279 279 } 280 - case "#labebatch": 280 + case "#labels": 281 281 var evt comatproto.LabelSubscribeLabels_Labels 282 282 if err := evt.UnmarshalCBOR(r); err != nil { 283 283 return fmt.Errorf("reading Labels event: %w", err)