add app mode for message

This commit is contained in:
Yansong Zhang
2025-10-14 16:20:04 +08:00
parent 7a54607219
commit 7877706b5f
3 changed files with 78 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class MessageBasedAppGenerator(BaseAppGenerator):
from_source=from_source,
from_end_user_id=end_user_id,
from_account_id=account_id,
app_mode=app_config.app_mode,
)
db.session.add(message)