fix: double join over federation
This commit is contained in:
parent
a89f7eaf9f
commit
9109cb492f
2 changed files with 23 additions and 6 deletions
|
@ -483,7 +483,7 @@ impl Rooms {
|
|||
.map_err(|_| {
|
||||
Error::BadRequest(
|
||||
ErrorKind::InvalidParam,
|
||||
"Invalid redaction event content.",
|
||||
"Invalid member event content.",
|
||||
)
|
||||
})?,
|
||||
&pdu.sender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue