mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 16:59:01 +08:00
fix name
This commit is contained in:
+2
-2
@@ -139,8 +139,8 @@ func (m *Message) GetConversationsHasReadAndMaxSeq(c *gin.Context) {
|
||||
a2r.Call(msg.MsgClient.GetConversationsHasReadAndMaxSeq, m.client, c)
|
||||
}
|
||||
|
||||
func (m *Message) SetConversationHasReadMaxSeq(c *gin.Context) {
|
||||
a2r.Call(msg.MsgClient.SetConversationHasReadMaxSeq, m.client, c)
|
||||
func (m *Message) SetConversationHasReadSeq(c *gin.Context) {
|
||||
a2r.Call(msg.MsgClient.SetConversationHasReadSeq, m.client, c)
|
||||
}
|
||||
|
||||
func (m *Message) ClearConversationsMsg(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user