You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to enhance quality of synchronization between miniflux and rssguard. RSS Guard has greader-api plugin which works beautifully with many online feed readers.
Let's have this feed "Planetary Society". When I look into web interface, I see 13 read articles and 37 unread, total 50.
I try to enhance quality of synchronization between miniflux and rssguard. RSS Guard has greader-api plugin which works beautifully with many online feed readers.
Let's have this feed "Planetary Society". When I look into web interface, I see 13 read articles and 37 unread, total 50.
Then RSS Guard performs this API call:
https://<server>/reader/api/0/stream/items/ids?output=json&n=200000&s=feed%2F226&xt=user/-/state/com.google/read&ot=973551600
where
feed%2F226
is ID of the feed "Planetary Society" and it should return only list of UNREAD item IDs asxt=user/-/state/com.google/read
was used.This call, however, returns list of ALL item IDs (unread + read).
The text was updated successfully, but these errors were encountered: