mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 18:48:47 +00:00
fiox
This commit is contained in:
parent
d45e78b3e0
commit
2221f1c8e3
@ -51,7 +51,7 @@ QtObject:
|
||||
let chatItem = self.chats[index.row]
|
||||
|
||||
var name = chatItem.name
|
||||
if chatItem.chatType == ChatType.OneToOne:
|
||||
if chatItem.chatType.isOneToOne:
|
||||
name = self.userNameOrAlias(chatItem.id)
|
||||
|
||||
let chatItemRole = role.ChannelsRoles
|
||||
|
Loading…
x
Reference in New Issue
Block a user