mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
tag
This commit is contained in:
parent
b9ddb0140f
commit
e9ea117985
@ -560,7 +560,7 @@ func (d *DataBases) GetTagSendLogs(userID string, showNumber, pageNumber int32)
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return tagSendLogs, err
|
return tagSendLogs, err
|
||||||
}
|
}
|
||||||
err = cursor.All(ctx, tagSendLogs)
|
err = cursor.All(ctx, &tagSendLogs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return tagSendLogs, err
|
return tagSendLogs, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user