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