backend for xcvr appview
2
fork

Configure Feed

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

whooops i don't know my status codes

rachel-mp4 a70c56b4 4c85d518

+2 -1
+2 -1
server/internal/handler/lrcHandlers.go
··· 132 132 handle, err := h.db.ResolveDid(channel.DID, r.Context()) 133 133 if err != nil { 134 134 h.serverError(w, errors.New("couldn't find handle")) 135 + return 135 136 } 136 137 rkey, _ := atputils.RkeyFromUri(channel.URI) 137 - http.Redirect(w, r, fmt.Sprintf("/c/%s/%s", handle, rkey), http.StatusCreated) 138 + http.Redirect(w, r, fmt.Sprintf("/c/%s/%s", handle, rkey), http.StatusSeeOther) 138 139 } 139 140 140 141 func (h *Handler) parseMessageRequest(r *http.Request) (lmr *lex.MessageRecord, now *time.Time, handle *string, nonce []byte, err error) {