Linkify topic in room settings and use non-deprecated MessageDialog
This commit is contained in:
parent
8351cc4180
commit
af9b66dd3e
3 changed files with 19 additions and 13 deletions
|
|
@ -229,7 +229,7 @@ RoomSettings::roomName() const
|
|||
QString
|
||||
RoomSettings::roomTopic() const
|
||||
{
|
||||
return QString::fromStdString(info_.topic);
|
||||
return utils::linkifyMessage(QString::fromStdString(info_.topic).toHtmlEscaped());
|
||||
}
|
||||
|
||||
QString
|
||||
|
|
@ -622,4 +622,4 @@ RoomSettings::updateAvatar()
|
|||
emit proxy->stopLoading();
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue