include datatype to propalgationMessage
This commit is contained in:
@@ -140,6 +140,7 @@ func DataTypeList() []DataType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type PropalgationMessage struct {
|
type PropalgationMessage struct {
|
||||||
|
DataType int `json:"datatype"`
|
||||||
User string `json:"user"`
|
User string `json:"user"`
|
||||||
Action PubSubAction `json:"action"`
|
Action PubSubAction `json:"action"`
|
||||||
Payload []byte `json:"payload"`
|
Payload []byte `json:"payload"`
|
||||||
|
|||||||
Reference in New Issue
Block a user