mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
Add feed_id to subscribeToFeed response when the code is 1 or 0.
Set the API_LEVEL to 14.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class API extends Handler {
|
||||
|
||||
const API_LEVEL = 13;
|
||||
const API_LEVEL = 14;
|
||||
|
||||
const STATUS_OK = 0;
|
||||
const STATUS_ERR = 1;
|
||||
|
||||
Reference in New Issue
Block a user