Fix wrong list used when forwarding an Event to some rooms fails.
This commit is contained in:
committed by
Benoit Marty
parent
e72cc36934
commit
170e35e0e3
@@ -72,7 +72,7 @@ class RoomContentForwarder(
|
||||
}
|
||||
|
||||
if (failedForwardingTo.isNotEmpty()) {
|
||||
throw ForwardEventException(toRoomIds.toList())
|
||||
throw ForwardEventException(failedForwardingTo.toList())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user