This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: Issues related to the deletion of conversation_id (
#12488
) (
#12665
)
tags/0.15.2
jiandanfeng
9 months ago
parent
166221d784
commit
9aaee8ee47
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
api/core/app/apps/message_based_app_generator.py
+ 1
- 0
api/core/app/apps/message_based_app_generator.py
View File
@@ -89,6 +89,7 @@ class MessageBasedAppGenerator(BaseAppGenerator):
Conversation.id == conversation_id,
Conversation.app_id == app_model.id,
Conversation.status == "normal",
Conversation.is_deleted.is_(False),
]
if isinstance(user, Account):
Write
Preview
Loading…
Cancel
Save