]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sat, 1 Aug 2026 08:53:52 +0000 (10:53 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sat, 1 Aug 2026 08:53:52 +0000 (10:53 +0200)
teleforma/models/core.py

index 9b3eeaa0c302845f6eda02951a4c6af00ea6b62e..3447b199b5c50650b25fd9cb56d972d128a3554b 100644 (file)
@@ -716,10 +716,6 @@ def notif_live_conference_thread(sender, instance, *args, **kwargs):
         thread = threading.Thread(target=_notify_live_conference_thread, args=(instance.id,))
         thread.daemon = True
         thread.start()
-    if not instance.streaming and not instance.notified:
-        thread = threading.Thread(target=_notify_conference_publication_thread, args=(instance.id,))
-        thread.daemon = True
-        thread.start()
 
 
 def notif_live_conference_sync(sender, instance, *args, **kwargs):