From d60c2b76e30dcbdb1eae2a69b2d3ddff128d00c5 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 4 Oct 2017 11:33:34 +0300 Subject: Receive typing notifications (#88) --- src/MatrixClient.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/MatrixClient.cc') diff --git a/src/MatrixClient.cc b/src/MatrixClient.cc index bd43efd8..265b51ce 100644 --- a/src/MatrixClient.cc +++ b/src/MatrixClient.cc @@ -611,8 +611,9 @@ void MatrixClient::sync() noexcept { QJsonObject filter{ { "room", - QJsonObject{ { "include_leave", true }, - { "ephemeral", QJsonObject{ { "limit", 0 } } } } }, + QJsonObject{ + { "include_leave", true }, + } }, { "presence", QJsonObject{ { "limit", 0 } } } }; QUrlQuery query; -- cgit 1.5.1