mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 00:55:59 +08:00
fix get groups bug (#562)
* fix get group bug Signed-off-by: ‘hanzhixiao’ <‘709674996@qq.com’> * bug * api Signed-off-by: ‘hanzhixiao’ <‘709674996@qq.com’> * Delete start.bat * Delete build.cmd --------- Signed-off-by: ‘hanzhixiao’ <‘709674996@qq.com’> Co-authored-by: ‘hanzhixiao’ <‘709674996@qq.com’>
This commit is contained in:
@@ -273,6 +273,13 @@ message ChatLog {
|
||||
int32 groupType=23;
|
||||
}
|
||||
|
||||
message batchSendMessageReq{
|
||||
repeated string recvIDList=1;
|
||||
sdkws.MsgData msgData = 2;
|
||||
}
|
||||
|
||||
message batchSendMessageResp{
|
||||
}
|
||||
|
||||
service msg {
|
||||
//获取最小最大seq(包括用户的,以及指定群组的)
|
||||
|
||||
Reference in New Issue
Block a user