Add files via upload

This commit is contained in:
公明
2026-06-26 14:30:00 +08:00
committed by GitHub
parent 4b6719a6f3
commit 8e5f40d226
3 changed files with 35 additions and 6 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()
}