Add poll kinds

This commit is contained in:
Jon Staab
2026-04-16 11:09:28 -07:00
parent 5f745359e1
commit eaac5c0011
+2
View File
@@ -47,12 +47,14 @@ export const CHANNEL_MESSAGE = 42
export const CHANNEL_HIDE_MESSAGE = 43
export const CHANNEL_MUTE_USER = 44
export const VANISH = 62
export const POLL_RESPONSE = 1018
export const BID = 1021
export const BID_CONFIRMATION = 1022
export const OTS = 1040
export const WRAP = 1059
export const WRAP_NIP04 = 1060
export const FILE_METADATA = 1063
export const POLL = 1068
export const COMMENT = 1111
export const LIVE_CHAT_MESSAGE = 1311
export const GIT_PATCH = 1617