add a bunch more of event kinds.

This commit is contained in:
fiatjaf
2023-05-28 15:44:17 -03:00
parent b269dd9ce9
commit 1cd2c0293d

View File

@@ -37,8 +37,25 @@ const (
KindChannelMessage int = 42 KindChannelMessage int = 42
KindChannelHideMessage int = 43 KindChannelHideMessage int = 43
KindChannelMuteUser int = 44 KindChannelMuteUser int = 44
KindFileMetadata int = 1063
KindZapRequest int = 9734 KindZapRequest int = 9734
KindZap int = 9735 KindZap int = 9735
KindMuteList int = 10000
KindPinList int = 10001
KindRelayListMetadata int = 10002
KindNWCWalletInfo int = 13194
KindClientAuthentication int = 22242
KindNWCWalletRequest int = 23194
KindNWCWalletResponse int = 23195
KindNostrConnect int = 24133
KindCategorizedPeopleList int = 30000
KindCategorizedBookmarksList int = 30001
KindProfileBadges int = 30008
KindBadgeDefinition int = 30009
KindStallDefinition int = 30017
KindProductDefinition int = 30018
KindArticle int = 30023
KindApplicationSpecificData int = 30078
) )
// Event Stringer interface, just returns the raw JSON as a string // Event Stringer interface, just returns the raw JSON as a string