Merge branch 'master' into mark-as-unread

Этот коммит содержится в:
Harrison Healey
2019-08-23 09:54:40 -04:00
родитель 704741ce3b 24e0d6f00d
Коммит 24b80ed807
15 изменённых файлов: 476 добавлений и 84 удалений

Просмотреть файл

@@ -2898,7 +2898,7 @@ func (c *Client4) GetPing() (string, *Response) {
}
// GetPingWithServerStatus will return ok if several basic server health checks
// all psss successfully.
// all pass successfully.
func (c *Client4) GetPingWithServerStatus() (string, *Response) {
r, err := c.DoApiGet(c.GetSystemRoute()+"/ping?get_server_status=true", "")
if r != nil && r.StatusCode == 500 {