Commit 9c3da418 authored by iamhujiebin's avatar iamhujiebin

Update user.go

parent 1c15a89a
......@@ -319,6 +319,8 @@ func SendGroupInvitationShare(model *domain.Model, fromAccount string, toAccount
func GetOnlineStatus(model *domain.Model, extIds []string) (map[string]uint, error) {
left := make([]string, 0)
result := make(map[string]uint, 0)
// todo
return result, nil
r, err := getOnlineStatus(extIds)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment