Further Improve Reply Functionality
Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
This commit is contained in:
parent
9f310fed09
commit
129beb57c9
15 changed files with 177 additions and 74 deletions
|
|
@ -265,9 +265,9 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent)
|
|||
SLOT(queueTextMessage(const QString &)));
|
||||
|
||||
connect(text_input_,
|
||||
SIGNAL(sendReplyMessage(const QString &, const QString &)),
|
||||
SIGNAL(sendReplyMessage(const QString &, const RelatedInfo &)),
|
||||
view_manager_,
|
||||
SLOT(queueReplyMessage(const QString &, const QString &)));
|
||||
SLOT(queueReplyMessage(const QString &, const RelatedInfo &)));
|
||||
|
||||
connect(text_input_,
|
||||
SIGNAL(sendEmoteMessage(const QString &)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue