From b3221b09d6e12cda47a4ebc8443cac43bb71d29c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 5 Feb 2022 08:40:56 +0100 Subject: Add /reset-state command --- src/MatrixClient.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/MatrixClient.cpp') diff --git a/src/MatrixClient.cpp b/src/MatrixClient.cpp index 1ef2bd3a..c565176e 100644 --- a/src/MatrixClient.cpp +++ b/src/MatrixClient.cpp @@ -20,6 +20,7 @@ Q_DECLARE_METATYPE(mtx::responses::Messages) Q_DECLARE_METATYPE(mtx::responses::Notifications) Q_DECLARE_METATYPE(mtx::responses::Rooms) Q_DECLARE_METATYPE(mtx::responses::Sync) +Q_DECLARE_METATYPE(mtx::responses::StateEvents) Q_DECLARE_METATYPE(mtx::responses::JoinedGroups) Q_DECLARE_METATYPE(mtx::responses::GroupProfile) @@ -52,6 +53,7 @@ init() qRegisterMetaType(); qRegisterMetaType(); qRegisterMetaType(); + qRegisterMetaType(); qRegisterMetaType(); qRegisterMetaType(); qRegisterMetaType(); -- cgit 1.5.1