Add authors to tasks

This commit is contained in:
2026-03-03 17:43:12 +00:00
parent 18351abb00
commit 8ea2afb259
10 changed files with 190 additions and 23 deletions

View File

@@ -550,6 +550,7 @@ def _serialize_message(msg: Message) -> dict:
"image_urls": image_urls,
"hide_text": hide_text,
"author": author,
"sender_uuid": sender_uuid_value,
"outgoing": _is_outgoing(msg),
"source_service": source_service,
"source_label": source_label,