mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
fix example userId and avatarUrl
This commit is contained in:
+2
-2
@@ -25,9 +25,9 @@ class MockTemplateUserProfileService: TemplateUserProfileServiceProtocol {
|
||||
var displayName: String?
|
||||
let avatarUrl: String?
|
||||
init(
|
||||
userId: String = "123",
|
||||
userId: String = "@alice:matrix.org",
|
||||
displayName: String? = "Alice",
|
||||
avatarUrl: String? = "mx123@matrix.com",
|
||||
avatarUrl: String? = "mxc://matrix.org/VyNYAgahaiAzUoOeZETtQ",
|
||||
presence: TemplateUserProfilePresence = .offline
|
||||
) {
|
||||
self.userId = userId
|
||||
|
||||
Reference in New Issue
Block a user