feat(@desktop/chat): Added support for copy or click on link from channel descriptions
fixes #3517
This commit is contained in:
parent
8339fe5cf9
commit
8ff967578d
|
@ -1 +1 @@
|
||||||
Subproject commit b6a6e220f732ca8c1a16d7bb69d6993c45d7a491
|
Subproject commit b79be7dc505069c30f0bef04b64e2325afc66249
|
|
@ -179,7 +179,7 @@ Item {
|
||||||
//% "1 member"
|
//% "1 member"
|
||||||
return qsTrId("1-member");
|
return qsTrId("1-member");
|
||||||
case Constants.chatTypeCommunity:
|
case Constants.chatTypeCommunity:
|
||||||
return chatsModel.channelView.activeChannel.description
|
return Utils.linkifyAndXSS(chatsModel.channelView.activeChannel.description)
|
||||||
default:
|
default:
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue