backend for xcvr appview
3
fork

Configure Feed

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

fix initial color

+1 -1
+1 -1
server/internal/recordmanager/profile.go
··· 50 50 func (rm *RecordManager) CreateInitialProfile(did string, id int, ctx context.Context) error { 51 51 nick := "wanderer" 52 52 status := "just setting up my xcvr" 53 - color := uint64(3602605) 53 + color := uint64(3702605) 54 54 handle, err := rm.db.ResolveDid(did, ctx) 55 55 if err != nil { 56 56 return errors.New("i couldn't find the handle, so i couldn't create default profile record. gootbye")