We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8d985 commit 3516f12Copy full SHA for 3516f12
src/notifications.rs
@@ -78,6 +78,7 @@ pub async fn register_notifications(
78
RawAnySyncOrStrippedTimelineEvent::Sync(e) => {
79
// Skip notifications for live messages
80
if crate::message::live_detection::has_live_marker_in_raw(&e) {
81
+ tracing::debug!("Skipping notification for live message");
82
return;
83
}
84
0 commit comments