pull down to refresh
🤨 interesting
Seems like a timing issue/race condition accessing the zap amount, if I had to guess. I’m guessing something about the push notification pipeline is asynchronous, so that would make sense.
Yes, it's async so that could indeed explain why you see 2,3,2
But I don't get why the notifications are not grouped together using the tag property like on Android. Here, it says that Safari on iOS also supports it.
My guess would be there is some difference in the API for replacing notifications.
Ohhh, I think I found the error.
Let me guess. If I reply three times to you, you only get a single notification which shows "you have 3 new replies", right?
Let this be the first reply.
Second reply.
Third reply.
Please tell me you only got one notification haha
If so, I am pretty sure what is causing the bug
I got 3 notifications
damn
Yes I am on iOS, using the PWA installed through safari.
Yes, I got notified for each time, but the sats count in each were weird:
2,3,2,5,5,6,8,8,9,10 sats respectively ¯\_(ツ)_/¯