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 7ddd28406d
commit 12624c991c
4 changed files with 17 additions and 26 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;