This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
OpenSource
/
dify
Прати
4
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
152
Вики
Activity
Преглед изворни кода
fix: Issues related to the deletion of conversation_id (
#12488
) (
#12665
)
tags/0.15.2
jiandanfeng
пре 9 месеци
родитељ
166221d784
комит
9aaee8ee47
No account linked to committer's email address
1 измењених фајлова
са
1 додато
и
0 уклоњено
Подељен поглед
Покажи статистику Diff
1
0
api/core/app/apps/message_based_app_generator.py
+ 1
- 0
api/core/app/apps/message_based_app_generator.py
Прегледај датотеку
@@ -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…
Откажи
Сачувај