Skip to content

Commit

Permalink
validate: allow h tag for BookmarkSets (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-dionysos authored Feb 6, 2025
1 parent 155b27b commit 79eb62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var (
nostr.KindGoodWikiRelayList: tagsTable("relay"),
nostr.KindCategorizedPeopleList: tagsTable("p", "d", "title", "image", "description"),
nostr.KindRelaySets: tagsTable("relay", "d", "title", "image", "description"),
nostr.KindBookmarkSets: tagsTable("e", "a", "t", "r", "d", "title", "image", "description"),
nostr.KindBookmarkSets: tagsTable("e", "a", "t", "r", "d", "title", "image", "description", model.CustomIONTagCommunity),
nostr.KindCuratedSets: tagsTable("a", "e", "d", "title", "image", "description"),
nostr.KindCuratedVideoSets: tagsTable("a", "d", "title", "image", "description"),
nostr.KindMuteSets: tagsTable("p", "d", "title", "image", "description"),
Expand Down

0 comments on commit 79eb62f

Please sign in to comment.