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