mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 21:32:56 +01: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":
|
||||
repo.EarliestUniqueCommitID = tag[1]
|
||||
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