add app mode for message (#26876)

This commit is contained in:
zyssyz123
2025-10-16 10:19:49 +08:00
committed by GitHub
parent c0b50ef61d
commit 7065b67d07
3 changed files with 87 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)