aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-07-27 20:19:44 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-09-04 18:42:11 +0200
commita26147582ce8cbd6a5206aee4b59de98c9dfe9b6 (patch)
tree5206d0c2f8cbcb5baf7f8aeb5c1f0bda12e6e662 /lib/connection.h
parentdbc78d185c4bafe03b458f9eeb7ef3af35ce2eb2 (diff)
downloadlibquotient-a26147582ce8cbd6a5206aee4b59de98c9dfe9b6.tar.gz
libquotient-a26147582ce8cbd6a5206aee4b59de98c9dfe9b6.zip
DEFINE_SIMPLE_EVENT: support custom JSON keys
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 39921938..66ed8b68 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -111,7 +111,7 @@ auto defaultUserFactory(Connection* c, const QString& id)
// are stored with no regard to their state.
using DirectChatsMap = QMultiHash<const User*, QString>;
using DirectChatUsersMap = QMultiHash<QString, User*>;
-using IgnoredUsersList = IgnoredUsersEvent::content_type;
+using IgnoredUsersList = IgnoredUsersEvent::value_type;
class QUOTIENT_API Connection : public QObject {
Q_OBJECT