· Föderation · So 18.06.2023 01:06:33 @feditips @Ralph it's a Pixelfed bug in how it reports notifications, https://github.com/pixelfed/pixelfed/issues/4461. https://github.com/tuskyapp/Tusky/issues/3580#issuecomment-1527198806 has technical details on exactly what's wrong. |
Föderation · So 18.06.2023 01:24:27 |
Tusky DE So 18.06.2023 09:35:09 @Tusky@mastodon.social @feditips@mstdn.social @Ralph@mstdn.ca |
Föderation · So 18.06.2023 09:40:22 @Tusky @feditips @dansup @SuitedUpDev @Ralph Sorry, looks like i have to check my URL parsing code again... :-( |
Föderation · So 18.06.2023 09:50:41 @nick @Tusky @feditips @dansup @Ralph Thanks for your report! I am currently going over the code that handles notifications and I've yet to fully make heads or tails out of it. But I think(!) I found the cause of it. What is basically happening is the following, Pixelfed stores it's notifications id's in Redis, like this; 1 Then it subsequently asks Redis, for the notifications after id 2. So it returns; But it should be an exclusive after, so it would just return; 3 |
Whalebird · So 18.06.2023 11:53:09 @nick@norden.social @Tusky@mastodon.social @feditips@mstdn.social @dansup@mastodon.social @SuitedUpDev@mastodon.online @Ralph@mstdn.ca |
Whalebird · Di 20.06.2023 07:50:56 @nick@hhmx.de @nick@norden.social @Tusky@mastodon.social @feditips@mstdn.social @dansup@mastodon.social @SuitedUpDev@mastodon.online @Ralph@mstdn.ca |
Föderation · So 18.06.2023 13:34:53 @nick @Tusky @feditips @dansup @SuitedUpDev @Ralph I have some useful info about this, which this post is too short to contain. So I've written it up at https://write.as/nikclayton/quick-notes-on-mastodon-pagination. Hope that helps. |
Whalebird · So 18.06.2023 14:14:50 @nikclayton@mastodon.social @nick@hhmx.de @Tusky@mastodon.social @feditips@mstdn.social @dansup@mastodon.social @SuitedUpDev@mastodon.online @Ralph@mstdn.ca |
Föderation · So 18.06.2023 14:17:33 |
Whalebird · So 18.06.2023 14:20:54 @nikclayton@mastodon.social @nick@hhmx.de @Tusky@mastodon.social @feditips@mstdn.social @dansup@mastodon.social @SuitedUpDev@mastodon.online @Ralph@mstdn.ca |