]> git.parisson.com Git - teleforma.git/commitdiff
Fix disabled publication notified state
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 27 Feb 2023 07:38:53 +0000 (08:38 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 27 Feb 2023 07:38:53 +0000 (08:38 +0100)
teleforma/management/commands/teleforma-publish-notify-conferences.py

index 761fdff0b43f249bc6ca5354664108cc9c68ddca..a594a0686387072320e8677f62800e800568f41e 100644 (file)
@@ -144,7 +144,7 @@ class Command(BaseCommand):
                 for user in User.objects.filter(is_staff=True):
                     notify(user, message, url)
 
-                publication.notified = True
+                publication.notified = True
                 publication.save()
 
         # streaming published end conference should have a streaming propery set to False