(20250117) Major revamping in the mail module. Everything revamped. Sending is a pending task.

This commit is contained in:
2025-01-17 15:36:59 +05:30
parent 32c243f3d3
commit be9bdf797a
12 changed files with 675 additions and 65 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ class CoreMessageController(CoreAuthTokenController):
# We don't support updating messages themselves,
# but we will allow updating fields like tags, marking as read or unread, etc.
async def update_tags(
async def update_message_tags(
self,
mongo_data_conn: AsyncMongo,
message_id: ObjectId | str,