feat: nip-89

This commit is contained in:
2024-09-12 22:15:54 +01:00
parent c74af0159c
commit ca4170be4f
15 changed files with 149 additions and 53 deletions

View File

@ -57,7 +57,7 @@ export interface UsersFollows {
}
export function mapEventToProfile(ev: NostrEvent) {
if (ev.kind !== 0) return;
if (ev.kind !== 0 && ev.kind !== 31990) return;
try {
const data: UserMetadata = JSON.parse(ev.content);
let ret = {