fix: group status messages were not being displayed

Fixes #610
This commit is contained in:
Richard Ramos 2020-07-22 08:23:15 -04:00 committed by Iuri Matias
parent 7f7a6cbc97
commit 3140d76a5c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Item {
case Constants.chatIdentifier:
return channelIdentifierComponent
case Constants.systemMessagePrivateGroupType:
return channelIdentifierComponent
return privateGroupHeaderComponent
default:
return appSettings.compactMode ? compactMessageComponent : messageComponent
}