Revert "Revert "Improve sending message with mentions""

This reverts commit 0f043e36c4.
This commit is contained in:
Carl Schwan
2021-02-06 01:53:33 +01:00
parent 7ff54f62f3
commit 1afbd42523
4 changed files with 16 additions and 30 deletions

View File

@@ -72,8 +72,7 @@ public Q_SLOTS:
///
/// This also interprets commands if any.
void postMessage(const QString &text, const QString &attachementPath,
const QString &replyEventId, const QString &editEventId,
const QVariantMap usernames);
const QString &replyEventId, const QString &editEventId);
private:
Connection *m_connection = nullptr;