fix: double join over federation

This commit is contained in:
Timo Kösters 2020-10-17 11:24:57 +02:00
parent a89f7eaf9f
commit 9109cb492f
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 23 additions and 6 deletions

View file

@ -483,7 +483,7 @@ impl Rooms {
.map_err(|_| {
Error::BadRequest(
ErrorKind::InvalidParam,
"Invalid redaction event content.",
"Invalid member event content.",
)
})?,
&pdu.sender,