Optimize GetStatus. (from @recht matterircd fork)

pull/218/head
Wim 7 years ago
parent f3e0358de7
commit ba35212b67

@ -684,7 +684,7 @@ func (m *MMClient) GetUserName(userId string) string {
} }
func (m *MMClient) GetStatus(userId string) string { func (m *MMClient) GetStatus(userId string) string {
res, err := m.Client.GetStatuses() res, err := m.Client.GetStatusesByIds([]string{userId})
if err != nil { if err != nil {
return "" return ""
} }

Loading…
Cancel
Save