Add files via upload

This commit is contained in:
公明
2026-06-19 01:39:53 +08:00
committed by GitHub
parent 0b4a11d01a
commit c000fe5195
5 changed files with 229 additions and 11 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ func (h *RobotHandler) cmdUnbindProject(platform, userID string) string {
}
func (h *RobotHandler) cmdList() string {
convs, err := h.db.ListConversations(50, 0, "")
convs, err := h.db.ListConversations(50, 0, "", "")
if err != nil {
return "获取对话列表失败: " + err.Error()
}