backend for xcvr appview
2
fork

Configure Feed

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

uri cid mixup

rachel-mp4 681823ef 12101d35

+1 -1
+1 -1
server/internal/recordmanager/channel.go
··· 118 118 119 119 func (rm *RecordManager) createMyChannel() func(*lex.ChannelRecord, *time.Time, context.Context) (*types.Channel, error) { 120 120 return func(lcr *lex.ChannelRecord, now *time.Time, ctx context.Context) (*types.Channel, error) { 121 - uri, cid, err := rm.myClient.CreateXCVRChannel(lcr, ctx) 121 + cid, uri, err := rm.myClient.CreateXCVRChannel(lcr, ctx) 122 122 if err != nil { 123 123 return nil, errors.New("something bad probs happened when posting a channel " + err.Error()) 124 124 }