mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-10-10 12:53:33 +02:00
add KindSimpleGroupLeaveRequest
This commit is contained in:
committed by
fiatjaf_
parent
b6aca13732
commit
b3ca3c1b82
1
event.go
1
event.go
@@ -52,6 +52,7 @@ const (
|
|||||||
KindSimpleGroupCreateGroup int = 9007
|
KindSimpleGroupCreateGroup int = 9007
|
||||||
KindSimpleGroupDeleteGroup int = 9008
|
KindSimpleGroupDeleteGroup int = 9008
|
||||||
KindSimpleGroupJoinRequest int = 9021
|
KindSimpleGroupJoinRequest int = 9021
|
||||||
|
KindSimpleGroupLeaveRequest int = 9022
|
||||||
KindZapRequest int = 9734
|
KindZapRequest int = 9734
|
||||||
KindZap int = 9735
|
KindZap int = 9735
|
||||||
KindMuteList int = 10000
|
KindMuteList int = 10000
|
||||||
|
Reference in New Issue
Block a user