mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-05-16 05:09:05 +02:00
Add files via upload
This commit is contained in:
@@ -117,6 +117,8 @@ func (h *ConversationHandler) GetMessageProcessDetails(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
details = database.DedupeConsecutiveProcessDetails(details)
|
||||
|
||||
// 转换为前端期望的 JSON 结构(与 GetConversation 中 processDetails 结构一致)
|
||||
out := make([]map[string]interface{}, 0, len(details))
|
||||
for _, d := range details {
|
||||
|
||||
Reference in New Issue
Block a user