add new column type: hashtag

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-11-21 20:15:26 -05:00
parent 679a5afdeb
commit 792abf11d7
4 changed files with 79 additions and 18 deletions

View File

@@ -113,6 +113,7 @@ impl Route {
AddColumnRoute::ExternalNotification => {
"Add External Notifications Column".to_owned()
}
AddColumnRoute::Hashtag => "Add Hashtag Column".to_owned(),
},
Route::Support => "Damus Support".to_owned(),
};