videah / SkyBridge

A work in progress bridge/proxy that lets you use Mastodon apps with Bluesky

Home Page:https://skybridge.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unread count indicator / refresh not shown in Ivory

felixmueller opened this issue · comments

Hi @videah,
on Mastodon servers, Ivory displays a blue unread count badge in the upper right corner of the home timelines and I have the option to pull-to-refresh the timeline, SkyBridge does not provide this at the moment.
Is there any chance of implementing this behavior?
Thank you very much!

commented

This is actually a weird bug on Ivory's end that can sometimes occur even with real Mastodon instances.

I'm not entirely sure what causes it yet, but pull to refresh usually works on a freshly authenticated feed for a little while before breaking, switching accounts usually ends up triggering it. I think there is something subtle in the JSON being returned that makes it more likely to happen with SkyBridge. I will investigate soon because it is very annoying!

Maybe this is already solved by merging #18?

commented

From a glance this should be fixed by #18! Closing for now but keeping an eye on things

commented

The public instance currently has backfilling disabled as there's some issues involving headers that cause Ivory to DDoS the server with requests that take too long to respond. Gonna reopen this until these issues are fixed.

As of 6e5476a this should be finally squashed, let me know if there's still any issues