mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
merged element-ios 1.10.5 into 4409_basis_update_1_10_5
This commit is contained in:
@@ -95,7 +95,7 @@ public class MockRecentsListService: NSObject, RecentsListServiceProtocol {
|
||||
} else if i % 11 == 0 {
|
||||
room.dataTypes = .serverNotice
|
||||
}
|
||||
room.displayname = "Room \(i+1)"
|
||||
room.displayName = "Room \(i+1)"
|
||||
if let event = MXEvent(fromJSON: [
|
||||
"event_id": MXTools.generateTransactionId() as Any,
|
||||
"room_id": room.roomId,
|
||||
|
||||
Reference in New Issue
Block a user