mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-30 23:33:06 +08:00
pull msg
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ func (m *Message) client() (msg.MsgClient, error) {
|
||||
}
|
||||
|
||||
func (m *Message) GetSeq(c *gin.Context) {
|
||||
a2r.Call(msg.MsgClient.GetMaxAndMinSeq, m.client, c)
|
||||
a2r.Call(msg.MsgClient.GetMaxSeq, m.client, c)
|
||||
}
|
||||
|
||||
func (m *Message) PullMsgBySeqs(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user