[PR #470] [MERGED] Feature/add is deleted to conversations #22516

Closed
opened 2026-02-21 20:19:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/470
Author: @crazywoola
Created: 6/27/2023
Status: Merged
Merged: 6/28/2023
Merged by: @crazywoola

Base: mainHead: feature/add_is_deleted_to_conversations


📝 Commits (9)

  • 2467249 feat: add delete api to console
  • deb21ed feat: modify delete in web api
  • 6e3ffc2 feat: modify delete in concole api
  • 60cc998 feat: add delete api to service
  • b875a31 add: is_deleted to get query
  • c49b9da fix: conflict endpoint
  • 7147499 feat: add missing convs
  • 2d95aa6 chore: cleanup return
  • 6e51220 fix: change query for conversation

📊 Changes

5 files changed (+99 additions, -1 deletions)

View changed files

📝 api/controllers/console/app/conversation.py (+41 -0)
📝 api/controllers/service_api/app/conversation.py (+21 -0)
api/migrations/versions/d3d503a3471c_add_is_deleted_to_conversations.py (+32 -0)
📝 api/models/model.py (+2 -0)
📝 api/services/conversation_service.py (+3 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/470 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/28/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feature/add_is_deleted_to_conversations` --- ### 📝 Commits (9) - [`2467249`](https://github.com/langgenius/dify/commit/246724925f38ce5921e9121818e1f5e3d882c209) feat: add delete api to console - [`deb21ed`](https://github.com/langgenius/dify/commit/deb21ed943aca0e94f7856931bfaa5fcbbebdd9b) feat: modify delete in web api - [`6e3ffc2`](https://github.com/langgenius/dify/commit/6e3ffc2558dda5687c5df5fb546d5abffec5e41e) feat: modify delete in concole api - [`60cc998`](https://github.com/langgenius/dify/commit/60cc998681826eb5b4d30e5cd8012fbd1351e728) feat: add delete api to service - [`b875a31`](https://github.com/langgenius/dify/commit/b875a31dbc56b61e0447d5750d138932502839d0) add: is_deleted to get query - [`c49b9da`](https://github.com/langgenius/dify/commit/c49b9daf2368b831122b4a6aa432917546a78fca) fix: conflict endpoint - [`7147499`](https://github.com/langgenius/dify/commit/714749919134ca06b70c7451cb7ef93e6ab0730f) feat: add missing convs - [`2d95aa6`](https://github.com/langgenius/dify/commit/2d95aa670e54721a9ed96a53be2f7de851e810ea) chore: cleanup return - [`6e51220`](https://github.com/langgenius/dify/commit/6e51220b28cee2bedcb7dfb9c0774d0c5a2e7059) fix: change query for conversation ### 📊 Changes **5 files changed** (+99 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/app/conversation.py` (+41 -0) 📝 `api/controllers/service_api/app/conversation.py` (+21 -0) ➕ `api/migrations/versions/d3d503a3471c_add_is_deleted_to_conversations.py` (+32 -0) 📝 `api/models/model.py` (+2 -0) 📝 `api/services/conversation_service.py` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:08 -05:00
yindo closed this issue 2026-02-21 20:19:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22516