This commit is contained in:
wangchuxiao
2023-06-14 12:23:51 +08:00
parent bef052ed8c
commit e3b9b5a8cd
5 changed files with 276 additions and 276 deletions
+2 -2
View File
@@ -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) {