docs(UpdateStatusData): fix a typo (#1276)
This commit is contained in:
parent
afab84009b
commit
f36b5430a8
1 changed files with 1 additions and 1 deletions
2
wsapi.go
2
wsapi.go
|
@ -320,7 +320,7 @@ func (s *Session) heartbeat(wsConn *websocket.Conn, listening <-chan interface{}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateStatusData ia provided to UpdateStatusComplex()
|
// UpdateStatusData is provided to UpdateStatusComplex()
|
||||||
type UpdateStatusData struct {
|
type UpdateStatusData struct {
|
||||||
IdleSince *int `json:"since"`
|
IdleSince *int `json:"since"`
|
||||||
Activities []*Activity `json:"activities"`
|
Activities []*Activity `json:"activities"`
|
||||||
|
|
Loading…
Reference in a new issue