Skip to content

Commit

Permalink
Remove redadant log
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravlu committed Dec 27, 2024
1 parent c235423 commit 64a4982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sliding_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,6 @@ async fn timeline_subscriber_handler(
submit_async_request(MatrixRequest::CheckCanUserSendMessage { room_id: room_id.clone() })
}
if let Some(MembershipChange::InvitationAccepted) = room_membership_change.change() {
log!("Accept an invite.");
submit_async_request(MatrixRequest::CheckCanUserSendMessage { room_id: room_id.clone() })
}
}
Expand Down

0 comments on commit 64a4982

Please sign in to comment.