Chee Aun

Results 243 comments of Chee Aun

I personally would see this as a backend issue, but first, some notes for context: - 80 is used because that's the max Mastodon allows. It was bumped up at...

@sarajw the splash screen is [auto-generated](https://developer.mozilla.org/en-US/docs/Web/Manifest#:~:text=This%20splash%20screen%20is%20automatically%20generated) by Chrome Android itself (and maybe other Chrome-based browsers on other platforms too) — this doesn't happen on Mobile Safari on iOS as it'll...

May I know what's the call rate? Currently it should be every 15 seconds **if** the streaming API fails. Polling stops when page is not visible.

@9p4 that's still **really** a lot 😰 As I'm unable to reproduce this on my side, Is it possible for you debug this further on your side? 🙏

@tbroyer thanks! This is very useful, hopefully it gets supported in more browsers/devices soon 🤞 Handling by routes is kinda like the only way (no other choice though) to handle...

@2m what's the browser that you're using?

@2m noted. As of now, Phanpy implements [CloseWatcher](https://developer.mozilla.org/en-US/docs/Web/API/CloseWatcher) which only works on latest Chrome-based browsers unfortunately.

1. Is this self-hosted? 2. What's the cache control header timeout for index.html?

If it's 304, means the etag matched and server decided to return 304. You can try to force reload or clear browser cache then load. Once it's 200, check the...

@xmgz in my opinion, most reliable and simple solution is (3) — `no-cache`. Try this to see if the icon comes back.