Merge a few fixes from kernel #652,#649

kernelkind (2):
      log nip05 error
      fix persist deck author profile bug
This commit is contained in:
William Casarin
2025-01-20 10:44:16 -08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -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),