Josiah Campbell

Results 12 comments of Josiah Campbell

Hey @BrianBusby I ran into a similar situation that led me to this issue. I had some success with replacing the `operations` field with `documents`. The latter is a field...

react-router is the breaking change. This library should work fine with v3.

Thanks for experimenting with this @Alkarex! At first glance this implementation makes sense. I like the namespace for `frss` to make it clear that it's non-standard. One alternative approach I...

@Alkarex I tested this branch against a local dev container instance, and so far it's working as expected! To test, I set up 3 feeds with different statuses - FreshRSS...

Correct, I didn't see the new categories listed in the subscriptions on this branch Example output // GET /reader/api/0/subscription/list?output=json { "subscriptions": [ { "id": "feed/3", "title": "9to5Google", "categories": [ {...

Aha thanks, I understand now. In Capy's app code it's easier to deal with categories at the feed level since it can be saved once when the subscriptions are synced....

@Alkarex I've successfully implemented the `frss:priority` field that you added to the `/subscription/list`. I tested using this branch in a Dev Container with my Android emulator. Per your question in...

P.S. I also tested this branch against version 0.15.2 of [ReadYou](https://f-droid.org/en/packages/me.ash.reader/) and Version 6.1.11b1 of [NetNewsWire](https://netnewswire.com/). It looks like both still work without knowledge of the new field.

Hey @dmengelt, I'm also running into the same issue. Do you have any recommendations for workarounds instead of a fix?

@Alkarex I tried out this branch in a local dev container with the following cURL ``` curl -X GET 'http://example.com/api/greader.php/reader/api/0/stream/items/ids?s=user/-/state/com.google/reading-list&ot=1760418503&output=json' \ --header 'Authorization: GoogleLogin auth=alice/' ``` - `user/-/state/com.google/reading-list` to get...