[network/ruqola] src/core: Add debug
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 67113df25385d2837fa8f39bd63951c8c862a288 by Laurent Montel.
Committed on 07/08/2026 at 06:59.
Pushed by mlaurent into branch 'master'.
Add debug
M +3 -0 src/core/rocketchatbackend.cpp
https://invent.kde.org/network/ruqola/-/commit/67113df25385d2837fa8f39bd63951c8c862a288
diff --git a/src/core/rocketchatbackend.cpp b/src/core/rocketchatbackend.cpp
index 9ae1f7cb0a..1684d72315 100644
--- a/src/core/rocketchatbackend.cpp
+++ b/src/core/rocketchatbackend.cpp
@@ -532,6 +532,9 @@ void RocketChatBackend::slotChanged(const QJsonObject &object)
}
qCDebug(RUQOLA_BACKEND_LOG) << "stream-notify-user : message event " << eventname << " contents " << contents;
}
+ } else if (collection == "stream-notify-room-users"_L1) {
+ qDebug() << " XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXstream-notify-room-users e2e.keyRequest: " << object;
+ ;
} else if (collection == "stream-notify-room"_L1) {
qCDebug(RUQOLA_BACKEND_LOG) << " stream-notify-room " << collection << " object " << object;
const QString eventname = fields.value("eventName"_L1).toString();