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),
|
||||
("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),
|
||||
|
||||
Reference in New Issue
Block a user