]> git.parisson.com Git - teleforma.git/commitdiff
fix notify
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 20:54:12 +0000 (21:54 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 20:54:12 +0000 (21:54 +0100)
teleforma/models/core.py

index 0f84ad05401eefb064297a1ac664e97ac71c42b9..cc31bb05d0a26d16393a5873f3035cf65817f770 100755 (executable)
@@ -486,7 +486,7 @@ class Conference(models.Model):
             self.public_id = get_random_hash()
         self.course.save()
         self.notify_sync()
-        if self.notified_live:
+        if not self.notified_live:
             self.notified_live = True
         super(Conference, self).save(*args, **kwargs)