]> git.parisson.com Git - teleforma.git/commitdiff
avoid conf notif ATM
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 12 Dec 2023 13:42:46 +0000 (14:42 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 12 Dec 2023 13:43:02 +0000 (14:43 +0100)
teleforma/models/core.py

index d0915ff306c2939b6df7ceaa257213306547519e..f84f0ebca3143fc28ec96fb20c5ee7593fb8a45d 100755 (executable)
@@ -443,8 +443,8 @@ class Conference(models.Model):
             # Notify live conferences by sending a signal to websocket.
             # This signal will be catched by the channel instance to notify students
             from teleforma.models.notification import notify
-            requests.post(f"{settings.CHANNEL_URL}{reverse('teleforma-live-conference-notify')}", {'id': self.id})
-            self.notified_live = True
+            #requests.post(f"{settings.CHANNEL_URL}{reverse('teleforma-live-conference-notify')}", {'id': self.id})
+            #self.notified_live = True
         
         super(Conference, self).save(*args, **kwargs)