diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-21 15:05:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 15:05:32 +0100 |
commit | d06bbd6633eea048e35421b1785e96468c3cf5c0 (patch) | |
tree | adb5c2eec08e738cbe2463a8d136e75ba179e323 /lib/connection.h | |
parent | c810c10da56fad0f5c07b2096cae73e8471d9f0e (diff) | |
parent | ed62c822ca200613bde60e48547ba32a0bd21c13 (diff) | |
download | libquotient-d06bbd6633eea048e35421b1785e96468c3cf5c0.tar.gz libquotient-d06bbd6633eea048e35421b1785e96468c3cf5c0.zip |
Merge pull request #383 from ram-nad/msc2432-fix
fixing msc2432
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index 9b222ca8..350571f1 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -329,7 +329,7 @@ public: /// This is used to maintain the internal index of room aliases. /// It does NOT change aliases on the server, /// \sa Room::setLocalAliases - void updateRoomAliases(const QString& roomId, const QString& aliasServer, + void updateRoomAliases(const QString& roomId, const QStringList& previousRoomAliases, const QStringList& roomAliases); Q_INVOKABLE Quotient::Room* invitation(const QString& roomId) const; |