Shihab
Shihab
Thank you for the investigations into this. Yes the above method would work for my use case.
Thank you for your efforts and for putting this together. I appreciate it. My specific use case was updating posts after liking them or removing likes. Curious to hear whether...
Using the following to output the data: try await atProto.getTimeline(limit: 100).feed, and caching using the Disk library which saves to the device's Documents folder, and retrieved from there too (whilst...
Hey, just wanted to ask whether there was any updates/progress on this issue? Would love to cache the timelines feed data correctly.
I'm using the Disk library for caching data (but the same happens with Apple's own APIs). Here's the gist: https://gist.github.com/ShihabM/ef994ebbe22e0fab4a9b402ba023a23b
Thank you for the heads up. Wondering if there's any new updates on this?
Thank you for investigating. When I retrieve immediately, it seems to work. But when I retrieve in viewDidLoad after a fresh launch, it doesn't. The type of the record is...