Skip to content

Commit

Permalink
clarify to-do about unimplemented ability to scroll up to events
Browse files Browse the repository at this point in the history
that have not yet been fetched in the timeline
  • Loading branch information
kevinaboos committed Sep 22, 2024
1 parent 615f09f commit d98b40d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,8 @@ impl Widget for RoomScreen {
};

self.redraw(cx);
} else {
log!("TODO: the replied-to message was not yet available in the timeline.");
}
}
}
Expand Down

0 comments on commit d98b40d

Please sign in to comment.