Make user clickable and improve button cursor look
This commit is contained in:
parent
4f7a45a0a6
commit
993926e189
6 changed files with 61 additions and 39 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue