mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
feat: add a function for business info change to update related conversation's ex info.
This commit is contained in:
parent
b0a07b5650
commit
ae1a19e799
@ -74,5 +74,5 @@ func (o *ConversationApi) GetPinnedConversationIDs(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (o *ConversationApi) UpdateConversationsByUser(c *gin.Context) {
|
func (o *ConversationApi) UpdateConversationsByUser(c *gin.Context) {
|
||||||
a2r.Call(conversation.ConversationClient.UpdateConversationsByUser, o.Client, c)
|
a2r.Call(c, conversation.ConversationClient.UpdateConversationsByUser, o.Client)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user