set conversation has read max seq

This commit is contained in:
wangchuxiao
2023-06-14 12:20:47 +08:00
parent dd3f29be68
commit c1b843ea2e
5 changed files with 542 additions and 325 deletions
+4
View File
@@ -139,6 +139,10 @@ 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) ClearConversationsMsg(c *gin.Context) {
a2r.Call(msg.MsgClient.ClearConversationsMsg, m.client, c)
}