backend for xcvr appview
3
fork

Configure Feed

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

forgot to save her

+1
+1
server/internal/handler/handler.go
··· 37 37 mux.HandleFunc("POST /xcvr/beep", h.oauthMiddleware(h.beep)) 38 38 // lexicon handlers 39 39 mux.HandleFunc("GET /xrpc/org.xcvr.feed.getChannels", h.WithCORS(h.getChannels)) 40 + mux.HandleFunc("GET /xrpc/org.xcvr.feed.getChannel", h.WithCORS(h.getChannel)) 40 41 mux.HandleFunc("GET /xrpc/org.xcvr.lrc.getMessages", h.WithCORS(h.getMessages)) 41 42 mux.HandleFunc("GET /xrpc/org.xcvr.actor.resolveChannel", h.WithCORS(h.resolveChannel)) 42 43 mux.HandleFunc("GET /xrpc/org.xcvr.actor.getProfileView", h.WithCORS(h.getProfileView))