I'm not sure how to reproduce this issue 😅
I recently logged in to my instance on a computer that hadn't logged in for a while, and the list of reviews was empty.
The "Uploading data from offline sessions" heading appeared, and regularly flashed, about once per second.
After a bit of poking around, it looks like it had queued up a whole bunch of list-comments requests, and was sending them one after the other.
The list is hundreds of items long, and it does one per second. I still have a ten minute wait before this queue clears

So, I guess there's two issues here:
- Offline sync prevents the review list loading, meaning a long wait for the user to get to a review
- Offline sync queues
list-comments requests when it should really just forget about them? (at least I think that's what's happening)
I'm not sure how to reproduce this issue 😅
I recently logged in to my instance on a computer that hadn't logged in for a while, and the list of reviews was empty.
The "Uploading data from offline sessions" heading appeared, and regularly flashed, about once per second.
After a bit of poking around, it looks like it had queued up a whole bunch of
list-commentsrequests, and was sending them one after the other.The list is hundreds of items long, and it does one per second. I still have a ten minute wait before this queue clears
So, I guess there's two issues here:
list-commentsrequests when it should really just forget about them? (at least I think that's what's happening)