-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Better fallback for unavailable event age #3854
Better fallback for unavailable event age #3854
Conversation
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
…ent-age Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Is there a way to run downstream test in the PR? without adding it to the merge queue? |
@toger5 no, only locally |
I ran the unit tests for the matrix-react-sdk about 10 times now and they all succeeded with the fix from Midhun matrix-org/matrix-react-sdk#11827 with this js-sdk pr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could put in the title / description that this is the same PR re-applied that would be good - took me diffing the PR against the old one to realise it was the same PR. :)
This fixes an issue where state (particularly call member state) events were not considered expired even if they were very old. Resulted in us showing really old calls for rooms.
This applies: #3839 again after the tests were fixed downstream in the react sdk. matrix-org/matrix-react-sdk#11827
Checklist
This change is marked as an internal change (Task), so will not be included in the changelog.