User name coloring on thread list

This commit is contained in:
ismailgulek
2022-01-04 17:26:47 +03:00
parent e367c8152b
commit b811010b8f
4 changed files with 16 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
import Foundation
struct ThreadViewModel {
var rootMessageSenderUserId: String?
var rootMessageSenderAvatar: AvatarViewDataProtocol?
var rootMessageSenderDisplayName: String?
var rootMessageText: String?