This commit is contained in:
decanus 2020-07-09 18:21:37 +02:00 committed by Dean Eigenmann
parent d45e78b3e0
commit 2221f1c8e3
1 changed files with 1 additions and 1 deletions

View File

@ -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