fix WsEventUserOnlineUpdatedData struct

This commit is contained in:
Akolzin Dmitry 2019-03-01 15:18:43 +03:00
parent 9b5d493820
commit 202db8370f

View File

@ -627,7 +627,7 @@ type (
}
WsEventUserOnlineUpdatedData struct {
User *UserRef
Online bool
User *UserRef `json:"user"`
Online bool `json:"online"`
}
)