Skip to content

Commit

Permalink
onboarding: add introductions hashtag column
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Nov 29, 2024
1 parent f8d6fbf commit 42c0f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,5 +904,8 @@ fn set_demo(
{
columns.add_new_timeline_column(timeline);
}

columns.add_new_timeline_column(Timeline::hashtag("introductions".to_string()));

storage::save_columns(data_path, columns.as_serializable_columns());
}

0 comments on commit 42c0f02

Please sign in to comment.