fix persist deck author profile bug
closes: https://github.com/damus-io/notedeck/issues/651 Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -367,7 +367,7 @@ impl Keyword {
|
|||||||
("contact", Keyword::Contact, false),
|
("contact", Keyword::Contact, false),
|
||||||
("explicit", Keyword::Explicit, true),
|
("explicit", Keyword::Explicit, true),
|
||||||
("deck_author", Keyword::DeckAuthor, false),
|
("deck_author", Keyword::DeckAuthor, false),
|
||||||
("profile", Keyword::Profile, true),
|
("profile", Keyword::Profile, false),
|
||||||
("hashtag", Keyword::Hashtag, true),
|
("hashtag", Keyword::Hashtag, true),
|
||||||
("generic", Keyword::Generic, false),
|
("generic", Keyword::Generic, false),
|
||||||
("thread", Keyword::Thread, true),
|
("thread", Keyword::Thread, true),
|
||||||
|
|||||||
Reference in New Issue
Block a user