[APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
28ad645153
Коммит
5bf6ae04df
@@ -22,7 +22,7 @@ type Status struct {
|
||||
Status string `json:"status"`
|
||||
Manual bool `json:"manual"`
|
||||
LastActivityAt int64 `json:"last_activity_at"`
|
||||
ActiveChannel string `json:"active_channel" db:"-"`
|
||||
ActiveChannel string `json:"-" db:"-"`
|
||||
}
|
||||
|
||||
func (o *Status) ToJson() string {
|
||||
|
||||
Ссылка в новой задаче
Block a user