diff --git a/nip29/nip29.go b/nip29/nip29.go index 6a8a2a1..95283b9 100644 --- a/nip29/nip29.go +++ b/nip29/nip29.go @@ -44,8 +44,6 @@ var MetadataEventKinds = KindRange{ nostr.KindSimpleGroupMembers, } -const JoinRequestKind = nostr.KindSimpleGroupJoinRequest - func (kr KindRange) Includes(kind int) bool { _, ok := slices.BinarySearch(kr, kind) return ok