From 05620602bfeaf53826f9e140721f2e13e22aa7de Mon Sep 17 00:00:00 2001 From: "J. King" Date: Thu, 23 Nov 2017 18:12:18 -0500 Subject: [PATCH] Tweak --- lib/REST/TinyTinyRSS/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/REST/TinyTinyRSS/API.php b/lib/REST/TinyTinyRSS/API.php index 354abfa..c8c0a90 100644 --- a/lib/REST/TinyTinyRSS/API.php +++ b/lib/REST/TinyTinyRSS/API.php @@ -24,7 +24,7 @@ use JKingWeb\Arsse\REST\Response; /* Protocol difference so far: - - Handling of incorrect Content-Type and/or HTTP method is different + - Malformed JSON data returns a different error code than login failure, for clarity - TT-RSS accepts whitespace-only names for categories, labels, and feeds; we do not - TT-RSS allows two folders to share the same name under the same parent; we do not - TT-RSS requires the user to choose in the face of multiple found feeds during discovery; we use the first one (picoFeed limitation)