backend for xcvr appview
2
fork

Configure Feed

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

increase image limit

+1 -1
+1 -1
server/internal/handler/lrcHandlers.go
··· 146 146 h.badRequest(w, errors.New("must be authorized to post image")) 147 147 return 148 148 } 149 - err := r.ParseMultipartForm(1 << 20) 149 + err := r.ParseMultipartForm(1 << 21) 150 150 if err != nil { 151 151 h.badRequest(w, errors.New("beep bop bad image: "+err.Error())) 152 152 return