]> git.parisson.com Git - teleforma.git/commitdiff
Added parent and thread identifiers
authorGael Le Mignot <gael@pilotsystems.net>
Tue, 25 Jun 2024 11:31:37 +0000 (13:31 +0200)
committerGael Le Mignot <gael@pilotsystems.net>
Tue, 25 Jun 2024 11:31:37 +0000 (13:31 +0200)
teleforma/management/commands/teleforma-get-postman-replies.py

index c90ebf6b2de4dfb33d52b9ed8d7ed008a2b1f446..07f5daa15c241bd1fe05b92d45186a2fd355a420 100644 (file)
@@ -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,