feat: read nip-58 badges (#394)

This commit is contained in:
Alejandro
2023-03-09 11:13:10 +01:00
committed by GitHub
parent 2f20d03e2b
commit cd4dcbd0a2
12 changed files with 282 additions and 22 deletions

View File

@ -78,6 +78,7 @@ export enum Lists {
Pinned = "pin",
Bookmarked = "bookmark",
Followed = "follow",
Badges = "profile_badges",
}
export interface FullRelaySettings {