mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 14:04:40 -04:00
base: Don't log raw event for notifications
This commit is contained in:
committed by
Jonas Platte
parent
935dc6ec41
commit
aa3b2d4698
@@ -72,7 +72,7 @@ impl fmt::Debug for SyncResponse {
|
||||
.field("device_lists", &self.device_lists)
|
||||
.field("device_one_time_keys_count", &self.device_one_time_keys_count)
|
||||
.field("ambiguity_changes", &self.ambiguity_changes)
|
||||
.field("notifications", &self.notifications)
|
||||
.field("notifications", &DebugNotificationMap(&self.notifications))
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user