diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-06-10 23:57:15 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | 0ec4df82265c2f796035c0c103b9f6693f62e24a (patch) | |
tree | 786eba8a391bac4521f7b5d821fe90ab67ac016a /lib | |
parent | d30a5153cca335ff6f23cc5a3019001913df0edd (diff) | |
download | libquotient-0ec4df82265c2f796035c0c103b9f6693f62e24a.tar.gz libquotient-0ec4df82265c2f796035c0c103b9f6693f62e24a.zip |
Fix setting encrypted flag in rooms
Diffstat (limited to 'lib')
-rw-r--r-- | lib/room.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index 2707842c..3a894b9b 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -1913,7 +1913,6 @@ QString Room::Private::doSendEvent(const RoomEvent* pEvent) return; } it->setDeparted(); - qCDebug(EVENTS) << "Event txn" << txnId << "has departed"; emit q->pendingEventChanged(int(it - unsyncedEvents.begin())); }); Room::connect(call, &BaseJob::failure, q, |