rename TimelineResponse -> ColumnNoteResponse
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user