A fork of the Cocoon PDS but being made more distributed.
0

Configure Feed

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

fix: update server error to 500 status code (#70)

author
Luna Seemann
committer
GitHub
date (Feb 21, 2026, 10:54 AM -0800) commit ae5df424 parent 74a98a70
+1 -1
+1 -1
internal/helpers/helpers.go
··· 29 29 if suffix != nil { 30 30 msg += ". " + *suffix 31 31 } 32 - return genericError(e, 400, msg) 32 + return genericError(e, 500, msg) 33 33 } 34 34 35 35 func UnauthorizedError(e echo.Context, suffix *string) error {