mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-01 19:11:05 +02:00
add KindSimpleGroupDeleteGroup
This commit is contained in:
committed by
fiatjaf_
parent
70dfeea299
commit
7faa3da20a
1
event.go
1
event.go
@ -50,6 +50,7 @@ const (
|
|||||||
KindSimpleGroupDeleteEvent int = 9005
|
KindSimpleGroupDeleteEvent int = 9005
|
||||||
KindSimpleGroupEditGroupStatus int = 9006
|
KindSimpleGroupEditGroupStatus int = 9006
|
||||||
KindSimpleGroupCreateGroup int = 9007
|
KindSimpleGroupCreateGroup int = 9007
|
||||||
|
KindSimpleGroupDeleteGroup int = 9008
|
||||||
KindSimpleGroupJoinRequest int = 9021
|
KindSimpleGroupJoinRequest int = 9021
|
||||||
KindZapRequest int = 9734
|
KindZapRequest int = 9734
|
||||||
KindZap int = 9735
|
KindZap int = 9735
|
||||||
|
@ -34,6 +34,7 @@ var ModerationEventKinds = KindRange{
|
|||||||
nostr.KindSimpleGroupDeleteEvent,
|
nostr.KindSimpleGroupDeleteEvent,
|
||||||
nostr.KindSimpleGroupEditGroupStatus,
|
nostr.KindSimpleGroupEditGroupStatus,
|
||||||
nostr.KindSimpleGroupCreateGroup,
|
nostr.KindSimpleGroupCreateGroup,
|
||||||
|
nostr.KindSimpleGroupDeleteGroup,
|
||||||
}
|
}
|
||||||
|
|
||||||
var MetadataEventKinds = KindRange{
|
var MetadataEventKinds = KindRange{
|
||||||
|
Reference in New Issue
Block a user