tobi
tobi
I've seen it too and think I know the cause! It's to do with multiple people from your instance receiving the boost, and the notif creation not being debounced, I...
Say 5 people on your instance follows the same person, and that person boosts the status of one of you. 5 people on your instance receive the Announce Activity in...
Well it's a race condition I believe, so it makes sense that the results will differ.
Just discovered the same issue when using the library myself. Did you find a workaround?
Hiya, is this still an ongoing issue? Or did it sort itself out?
Ah no need to apologize! Just wanted to check if any further steps were necessary :)
Looks sensible on first glance, I'll review properly later though :)
Related: https://github.com/elk-zone/elk/issues/2562
Related: https://github.com/elk-zone/elk/issues/2279
You should be able to use InboxForActor for this: https://github.com/go-fed/activity/commit/d35c464c58631ac8ac97f6e65e5a33d46083618d GtS implementation: https://github.com/superseriousbusiness/gotosocial/blob/6c5d369b05cf8eae86bcea5fdc85ebdd4dd2d901/internal/federation/federatingdb/inbox.go#L63-L144 (note that we reworked InboxForActor to InboxesForIRI here: https://codeberg.org/superseriousbusiness/activity/commit/bdf7afef8f964122c3061cab8e3df9ecc6fe61de so it looks a little different but the...