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 "inbound federation redacts events from erased users" #1205

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

DMRobertson
Copy link
Contributor

Ensure the HS under test remains in the room so we can query the event
which should be redacted.

Fixes #1203.

Ensure the HS under test remains in the room so we can query the event
which should be redacted.

Fixes #1203.
@DMRobertson DMRobertson requested a review from a team as a code owner March 3, 2022 14:14
@DMRobertson
Copy link
Contributor Author

I think the dendrite failures are covered by #1119.

@DMRobertson DMRobertson merged commit 3f2584b into develop Mar 4, 2022
@DMRobertson DMRobertson deleted the dmr/fix-erasure-redaction-test branch March 4, 2022 13:02
richvdh added a commit that referenced this pull request Mar 31, 2022
PR #1205 added a call to `matrix_join_room`, but did not await the result,
which resulted in a bunch of warnings:

```
 ** Calling ->then in void context at tests/10apidoc/33room-members.pl line 82.
 ** IO::Async::Future=HASH(0x557d6befbf40) IO::Async::Future=HASH(0x557d6befbf40) lost a sequence Future at /home/rav/lib/perl5/Net/Async/HTTP/Connection.pm line 472.
```

Waiting for the join to complete before proceeding fixes the warnings.
richvdh added a commit that referenced this pull request Mar 31, 2022
PR #1205 added a call to `matrix_join_room`, but did not await the result,
which resulted in a bunch of warnings:

```
 ** Calling ->then in void context at tests/10apidoc/33room-members.pl line 82.
 ** IO::Async::Future=HASH(0x557d6befbf40) IO::Async::Future=HASH(0x557d6befbf40) lost a sequence Future at /home/rav/lib/perl5/Net/Async/HTTP/Connection.pm line 472.
```

Waiting for the join to complete before proceeding fixes the warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suspected flake: Inbound federation redacts events from erased users
2 participants