Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoon committed Oct 11, 2024
1 parent a11884e commit bb93b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,9 @@ impl Widget for RoomScreen {
}
}

// Handle sending any read receipts for the current logged-in user.
// Set visibility of loading message banner based of pagination logic
self.send_pagination_request_based_on_scroll_pos(cx, actions);
// Handle sending any read receipts for the current logged-in user.
self.send_user_read_receipts_based_on_scroll_pos(cx, actions);

// Handle the cancel reply button being clicked.
Expand Down

0 comments on commit bb93b39

Please sign in to comment.