mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
fix immutability
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class MockTemplateUserProfileService: TemplateUserProfileServiceProtocol {
|
||||
var presenceSubject: CurrentValueSubject<TemplateUserProfilePresence, Never>
|
||||
|
||||
let userId: String
|
||||
var displayName: String?
|
||||
let displayName: String?
|
||||
let avatarUrl: String?
|
||||
init(
|
||||
userId: String = "@alice:matrix.org",
|
||||
|
||||
Reference in New Issue
Block a user