This repository has no description
0

Configure Feed

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

fix lexutil.LexiconTypeDecoder → glexrt.LexiconTypeDecoder after rebase

+1 -1
+1 -1
pkg/spxrpc/place_stream_live.go
··· 731 731 732 732 inp := comatproto.RepoPutRecord_Input{ 733 733 Collection: "place.stream.livestream", 734 - Record: &lexutil.LexiconTypeDecoder{Val: priorRec}, 734 + Record: &glexrt.LexiconTypeDecoder{Val: priorRec}, 735 735 Rkey: aturi.RecordKey().String(), 736 736 Repo: repoDID, 737 737 SwapRecord: swapRecord,