Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix infinite loop when an event is redacted in a v3 room #4535
Conversation
hawkowl
approved these changes
Jan 31, 2019
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Jan 31, 2019
Codecov Report
@@ Coverage Diff @@
## release-v0.99.0 #4535 +/- ##
===================================================
- Coverage 74.75% 74.62% -0.14%
===================================================
Files 338 338
Lines 34484 34688 +204
Branches 5617 5670 +53
===================================================
+ Hits 25780 25886 +106
- Misses 7112 7219 +107
+ Partials 1592 1583 -9 |
richvdh
merged commit e707e7b
into
release-v0.99.0
Jan 31, 2019
5 checks passed
ci/circleci: sytestpy2merged
Your tests passed on CircleCI!
Details
ci/circleci: sytestpy2postgresmerged
Your tests passed on CircleCI!
Details
ci/circleci: sytestpy3merged
Your tests passed on CircleCI!
Details
ci/circleci: sytestpy3postgresmerged
Your tests passed on CircleCI!
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
richvdh
deleted the
rav/fix_redaction_loop
branch
Jan 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
richvdh commentedJan 31, 2019
Fix for #4532. Hopefully the comments explain what is going on here.
Sytest at matrix-org/sytest#558.