Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bump stamp for non-joined rooms #17674

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Conversation

erikjohnston
Copy link
Member

We should only look for bump stamps in joined rooms, otherwise we should just use the membership stream ordering.

We should only look for bump stamps in joined rooms, otherwise we should
just use the membership stream ordering.
@erikjohnston erikjohnston marked this pull request as ready for review September 5, 2024 15:29
@erikjohnston erikjohnston requested a review from a team as a code owner September 5, 2024 15:29
bump_stamp = new_bump_event_pos.stream

# Figure out the last bump event in the room if we're in the room.
if room_membership_for_user_at_to_token.membership == Membership.JOIN:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Also have this fixed up in #17658

We can merge this for the new test though ⏩

@erikjohnston erikjohnston merged commit e5d07bb into develop Sep 6, 2024
39 checks passed
@erikjohnston erikjohnston deleted the erik/ss_invites_bump branch September 6, 2024 10:44
@ara4n
Copy link
Member

ara4n commented Sep 6, 2024

@erikjohnston can you ping me when this is deployed plz?

@erikjohnston
Copy link
Member Author

@ara4n will do, though probably best to wait until monday at this point, unless you desperately want it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants