From: Gael Le Mignot Date: Tue, 25 Jun 2024 11:31:37 +0000 (+0200) Subject: Added parent and thread identifiers X-Git-Tag: 2.11.0~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=240053c4ceeab00f6de5b10b704353b3360b2297;p=teleforma.git Added parent and thread identifiers --- diff --git a/teleforma/management/commands/teleforma-get-postman-replies.py b/teleforma/management/commands/teleforma-get-postman-replies.py index c90ebf6b..07f5daa1 100644 --- a/teleforma/management/commands/teleforma-get-postman-replies.py +++ b/teleforma/management/commands/teleforma-get-postman-replies.py @@ -115,6 +115,7 @@ class Command(BaseCommand): if not msg.thread: msg.thread = msg + msg.save() mess = Message(sender = msg.recipient, recipient = msg.sender, subject = subject, body = body, thread = msg.thread,