mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-06 17:23:42 +08:00
fix: fixed bug image preview im mobile chat session page
This commit is contained in:
@@ -131,6 +131,7 @@ func (h *ChatHandler) ChatHandle(c *gin.Context) {
|
||||
c.Abort()
|
||||
return
|
||||
}
|
||||
h.Init()
|
||||
|
||||
// 保存会话连接
|
||||
h.App.ChatClients.Put(sessionId, client)
|
||||
|
||||
Reference in New Issue
Block a user