(20241219) Accidentally caused the running mail module to stop. Have got that running now, alongside the new SMS upgrade.

This commit is contained in:
2024-12-19 17:48:21 +05:30
parent 06c81f98a8
commit bb6ef4cd7a
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -732,7 +732,7 @@ class MailController:
# Simply call the core model:
return await current_app.core_message_controller.get_message(
mongo_conn = mongo_conn,
mongo_data_conn = mongo_conn,
message_id = message_id
)