Fix wrong list used when forwarding an Event to some rooms fails.
This commit is contained in:
parent
f80ec8a803
commit
589eeb4a51
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class RoomContentForwarder(
|
|||
}
|
||||
|
||||
if (failedForwardingTo.isNotEmpty()) {
|
||||
throw ForwardEventException(toRoomIds.toList())
|
||||
throw ForwardEventException(failedForwardingTo.toList())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue