mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-01 23:57:50 +08:00
Merge 4df5830bb1e1938e974916be7c1421d5e40917f8 into 1036e81eb483e09a3a606cc8dd7970c7c5f74c70
This commit is contained in:
commit
7f6baae279
@ -214,8 +214,6 @@ func (o *defaultOnlineCache) GetUserOnlinePlatform(ctx context.Context, userID s
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
tmp := make([]int32, len(platformIDs))
|
||||
copy(tmp, platformIDs)
|
||||
return platformIDs, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user