diff --git a/crates/notedeck_columns/src/storage/decks.rs b/crates/notedeck_columns/src/storage/decks.rs index 5bd79e5b..771ac2a0 100644 --- a/crates/notedeck_columns/src/storage/decks.rs +++ b/crates/notedeck_columns/src/storage/decks.rs @@ -367,7 +367,7 @@ impl Keyword { ("contact", Keyword::Contact, false), ("explicit", Keyword::Explicit, true), ("deck_author", Keyword::DeckAuthor, false), - ("profile", Keyword::Profile, true), + ("profile", Keyword::Profile, false), ("hashtag", Keyword::Hashtag, true), ("generic", Keyword::Generic, false), ("thread", Keyword::Thread, true),