aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-21 15:05:32 +0100
committerGitHub <noreply@github.com>2020-03-21 15:05:32 +0100
commitd06bbd6633eea048e35421b1785e96468c3cf5c0 (patch)
treeadb5c2eec08e738cbe2463a8d136e75ba179e323 /lib/connection.h
parentc810c10da56fad0f5c07b2096cae73e8471d9f0e (diff)
parented62c822ca200613bde60e48547ba32a0bd21c13 (diff)
downloadlibquotient-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.h2
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;