-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
1.6.0rc1 breaks conversation threads on OStatus instances #4791
Description
Posts made on 1.6.0rc1 seem to have the wrong conversation id (EDIT: apparently this is not the case, see lambda's post below), thus breaking conversation view on other instances, presumably those that only speak OStatus.
Conversation broken as seen on cybre.space (not on 1.6.0rc1):


Original conversation: https://mastodon.social/users/Gargron/statuses/16888523
Can also be seen happening on other OStatus implementations:
https://edolas.world/notice/36611
https://edolas.world/notice/36597
Original conversation: https://mastodon.social/users/Gargron/updates/4269359
- This bug happens on a tagged release and not on
master(If you're a user, don't worry about this). - I searched or browsed the repo’s other issues to ensure this is not a duplicate.