column: add individual column
A column for following a single user Closes: https://github.com/damus-io/notedeck/pull/583 Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
committed by
William Casarin
parent
5b4c7a6371
commit
69a6bf3664
@@ -200,7 +200,7 @@ impl TimelineKind {
|
||||
ListKind::Contact(_pubkey_source) => Cow::Borrowed("Contacts"),
|
||||
},
|
||||
TimelineKind::Notifications(_pubkey_source) => Cow::Borrowed("Notifications"),
|
||||
TimelineKind::Profile(_pubkey_source) => Cow::Borrowed("Profile"),
|
||||
TimelineKind::Profile(_pubkey_source) => Cow::Borrowed("Notes"),
|
||||
TimelineKind::Universe => Cow::Borrowed("Universe"),
|
||||
TimelineKind::Generic => Cow::Borrowed("Custom"),
|
||||
TimelineKind::Hashtag(hashtag) => Cow::Owned(format!("#{}", hashtag)),
|
||||
|
||||
Reference in New Issue
Block a user