feat: add a function for business info change to update related conversation's ex info.

This commit is contained in:
Gordon 2025-03-13 18:26:14 +08:00
parent b0a07b5650
commit ae1a19e799

View File

@ -74,5 +74,5 @@ func (o *ConversationApi) GetPinnedConversationIDs(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)
}