This commit is contained in:
wangchuxiao
2023-05-17 11:42:25 +08:00
parent b89d5ec0ab
commit b004811809
3 changed files with 6 additions and 6 deletions
-1
View File
@@ -168,7 +168,6 @@ func (m *msgServer) PullMessageBySeqs(ctx context.Context, req *sdkws.PullMessag
continue
}
resp.Msgs[seq.ConversationID] = &sdkws.PullMsgs{Msgs: notificationMsgs}
}
}
return resp, nil