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 edge cases around non-thread relations to thread roots and read receipts #3607

Merged
merged 8 commits into from
Jul 19, 2023

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Jul 18, 2023

Which caused stuck notifications

Requires matrix-org/matrix-react-sdk#11294


Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Fix edge cases around non-thread relations to thread roots and read receipts (#3607).

Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

Looks good, one tiny comment.

spec/unit/read-receipt.spec.ts Outdated Show resolved Hide resolved
src/client.ts Outdated Show resolved Hide resolved
spec/unit/read-receipt.spec.ts Outdated Show resolved Hide resolved
spec/unit/read-receipt.spec.ts Outdated Show resolved Hide resolved
@t3chguy t3chguy marked this pull request as draft July 18, 2023 11:40
@t3chguy t3chguy changed the title Fixes around thread root non-thread relations and read receipts Fix edge cases around non-thread relations to thread roots and read receipts Jul 18, 2023
Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

I just tried this out locally, and edits to thread roots are not reflected until I refresh:

image

(Changing to a different room and back did not fix the problem)

Switching back to develop, I see the change immediately.

@t3chguy
Copy link
Member Author

t3chguy commented Jul 19, 2023

Screen.Recording.2023-07-19.at.11.46.07.mov

@andybalaam I cannot reproduce that at all, are you sure your build was fine? I'm using https://pr11294--matrix-react-sdk.netlify.app/

@andybalaam
Copy link
Contributor

Screen.Recording.2023-07-19.at.11.46.07.mov

@andybalaam I cannot reproduce that at all, are you sure your build was fine? I'm using https://pr11294--matrix-react-sdk.netlify.app/

On the netlify build I see the same as you, but when I build locally, with only matrix-js-sdk on t3chguy/stuck-edits-thread-root I see the behaviour I described.

I note that there is still a t3chguy/stuck-edits-thread-root branch on matrix-react-sdk even though the PR is closed: matrix-org/matrix-react-sdk#11291

Could branch matching be fooling us here?

@t3chguy
Copy link
Member Author

t3chguy commented Jul 19, 2023

https://pr11294--matrix-react-sdk.netlify.app/ is a build from matrix-org/matrix-react-sdk#11294 not matrix-org/matrix-react-sdk#11291 - the branch was reused between PRs and has since been deleted. Given matrix-org/matrix-react-sdk#11294 only touches cypress I don't see how branch matching could be doing anything awry here. Critically in the screencap I included above you can see the edit hidden event is in the main timeline, unlike on develop where it'd be in the thread timeline:

image

Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

OK, I just rebuilt locally and it worked fine, so I have no idea what was happening before - I would doubt it happened, except the screenshot shows something.

Good that this is going in now, so we've some time to test before the next RC, but it looks sensible to me, thanks!

@t3chguy t3chguy added this pull request to the merge queue Jul 19, 2023
Merged via the queue into develop with commit 66492e7 Jul 19, 2023
21 checks passed
@t3chguy t3chguy deleted the t3chguy/stuck-edits-thread-root branch July 19, 2023 11:38
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.

2 participants