event kinds as int, not uint8.
This commit is contained in:
@@ -14,11 +14,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
KindSetMetadata uint8 = 0
|
KindSetMetadata int = 0
|
||||||
KindTextNote uint8 = 1
|
KindTextNote int = 1
|
||||||
KindRecommendServer uint8 = 2
|
KindRecommendServer int = 2
|
||||||
KindContactList uint8 = 3
|
KindContactList int = 3
|
||||||
KindEncryptedDirectMessage uint8 = 4
|
KindEncryptedDirectMessage int = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
type Event struct {
|
type Event struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user