note/action: add ScrollInfo
I might need this... lets add it just in case Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -59,6 +59,10 @@ fn execute_note_action(
|
||||
let mut router_action = None;
|
||||
|
||||
match action {
|
||||
NoteAction::Scroll(ref scroll_info) => {
|
||||
tracing::trace!("timeline scroll {scroll_info:?}")
|
||||
}
|
||||
|
||||
NoteAction::Reply(note_id) => {
|
||||
router_action = Some(RouterAction::route_to(Route::reply(note_id)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user