backend for xcvr appview
3
fork

Configure Feed

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

add color to lexicon

+2
+2
server/internal/handler/lrcHandlers.go
··· 184 184 err = errors.New("that color is too big") 185 185 return 186 186 } 187 + lmr.Color = &color 187 188 } 189 + 188 190 nonce = mr.Nonce 189 191 nowsyn := syntax.DatetimeNow() 190 192 lmr.PostedAt = nowsyn.String()