Skip to content

Commit 3516f12

Browse files
committed
Fixed live messaging notifications
1 parent ab8d985 commit 3516f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notifications.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pub async fn register_notifications(
7878
RawAnySyncOrStrippedTimelineEvent::Sync(e) => {
7979
// Skip notifications for live messages
8080
if crate::message::live_detection::has_live_marker_in_raw(&e) {
81+
tracing::debug!("Skipping notification for live message");
8182
return;
8283
}
8384

0 commit comments

Comments
 (0)