backend for xcvr appview
2
fork

Configure Feed

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

fix that crapP{

+1 -1
+1 -1
server/internal/handler/lexiconHandlers.go
··· 40 40 if uri != "" { 41 41 cv, err = h.db.GetChannelView(uri, r.Context()) 42 42 } else { 43 - h.db.getChannelViewHR(handle, rkey, r.Context()) 43 + h.db.GetChannelViewHR(handle, rkey, r.Context()) 44 44 } 45 45 if err != nil { 46 46 h.notFound(w, err)