Make user clickable and improve button cursor look

This commit is contained in:
Nicolas Werner 2019-11-03 02:09:36 +01:00
parent 4f7a45a0a6
commit 993926e189
6 changed files with 61 additions and 39 deletions

View file

@ -713,6 +713,13 @@ TimelineModel::viewRawMessage(QString id) const
Q_UNUSED(dialog);
}
void
TimelineModel::openUserProfile(QString userid) const
{
MainWindow::instance()->openUserProfile(userid, room_id_);
}
DecryptionResult
TimelineModel::decryptEvent(const mtx::events::EncryptedEvent<mtx::events::msg::Encrypted> &e) const
{