MockRoomSummary: Update with new property.

This commit is contained in:
SBiOSoftWhare
2022-03-28 10:14:11 +02:00
parent fca426e7ef
commit dc8caac305
@@ -94,6 +94,8 @@ public class MockRoomSummary: NSObject, MXRoomSummaryProtocol {
public var parentSpaceIds: Set<String> = []
public var beaconInfoEvents: [MXBeaconInfo] = []
public init(withRoomId roomId: String) {
self.roomId = roomId
super.init()