mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-21 14:22:43 +02:00
nip34: read all maintainers instead of just the first.
This commit is contained in:
parent
00ae611115
commit
b173c40f14
@ -45,7 +45,7 @@ func ParseRepository(event nostr.Event) Repository {
|
|||||||
case "r":
|
case "r":
|
||||||
repo.EarliestUniqueCommitID = tag[1]
|
repo.EarliestUniqueCommitID = tag[1]
|
||||||
case "maintainers":
|
case "maintainers":
|
||||||
repo.Maintainers = append(repo.Maintainers, tag[1])
|
repo.Maintainers = append(repo.Maintainers, tag[1:]...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user