mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +08:00
seq add
This commit is contained in:
parent
55cc8cead1
commit
f3ed48e0ac
@ -40,6 +40,7 @@ func (rpc *rpcChat) GetMaxAndMinSeq(_ context.Context, in *open_im_sdk.GetMaxAnd
|
|||||||
x.MinSeq = uint32(minSeq)
|
x.MinSeq = uint32(minSeq)
|
||||||
m[groupID] = x
|
m[groupID] = x
|
||||||
}
|
}
|
||||||
|
resp.GroupMaxAndMinSeq = m
|
||||||
return resp, nil
|
return resp, nil
|
||||||
}
|
}
|
||||||
func (rpc *rpcChat) PullMessageBySeqList(_ context.Context, in *open_im_sdk.PullMessageBySeqListReq) (*open_im_sdk.PullMessageBySeqListResp, error) {
|
func (rpc *rpcChat) PullMessageBySeqList(_ context.Context, in *open_im_sdk.PullMessageBySeqListReq) (*open_im_sdk.PullMessageBySeqListResp, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user