Loading fedify/federation/handler.ts +1 −1 Original line number Diff line number Diff line Loading @@ -1585,7 +1585,7 @@ class ItemsNotFoundError extends HandlerError { */ class NotAcceptableError extends HandlerError { constructor() { super("Items not found in the collection."); super("The request is not acceptable."); } } Loading Loading
fedify/federation/handler.ts +1 −1 Original line number Diff line number Diff line Loading @@ -1585,7 +1585,7 @@ class ItemsNotFoundError extends HandlerError { */ class NotAcceptableError extends HandlerError { constructor() { super("Items not found in the collection."); super("The request is not acceptable."); } } Loading