Hz_
2856cde2d1
feat(go-api): Implement BulkDeleteChats Go API and fix ListChats (#16157)
### Description
- **Bulk Delete Chats**: Implemented Go endpoint `DELETE /api/v1/chats`
supporting bulk delete by `ids`, `delete_all` flag, and
backward-compatible `chat_id` body payload (with tenant-ownership
security checks).
- **Bug Fix**: Fixed a parameter swap in Go `ListChats` handler to
properly exclude soft-deleted chats.
2026-06-22 18:16:52 +08:00
..
2026-06-22 17:33:47 +08:00
2026-06-22 11:58:29 +08:00
2026-06-03 20:55:53 +08:00
2026-06-22 18:14:58 +08:00
2026-06-20 02:31:07 +08:00
2026-06-16 14:03:53 +08:00
2026-06-22 18:16:15 +08:00
2026-06-12 22:58:28 +08:00
2026-06-18 18:07:27 +08:00
2026-06-22 11:58:29 +08:00
2026-06-22 18:16:52 +08:00
2026-06-16 11:39:48 +08:00
2026-06-15 15:49:17 +08:00
2026-06-12 22:58:28 +08:00
2026-06-22 18:16:52 +08:00
2026-06-16 14:03:53 +08:00
2026-06-22 18:16:52 +08:00
2026-06-12 14:56:44 +08:00
2026-06-18 18:07:27 +08:00
2026-06-17 13:24:03 +08:00
2026-06-22 18:14:58 +08:00