feat: group information

This commit is contained in:
Richard Ramos 2020-06-11 13:50:36 -04:00 committed by Iuri Matias
parent 7873a0ff58
commit 95de3b4267
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ Rectangle {
Text {
id: channelIdentifier
color: Theme.darkGrey
// TODO change this in case of private message
text: {
switch(chatsModel.activeChannel.chatType){
case Constants.chatTypePublic: return qsTr("Public chat")