rename TimelineResponse -> ColumnNoteResponse

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-10-15 12:16:26 -04:00
parent 54d49f0110
commit 2d7da83872
4 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ pub enum BarAction {
}
#[derive(Default)]
pub struct TimelineResponse {
pub struct NoteActionResponse {
pub bar_action: Option<BarAction>,
pub open_profile: Option<Pubkey>,
}