From: Guillaume Pellerin Date: Sat, 8 Aug 2026 09:03:19 +0000 (+0200) Subject: force conference save X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=902db843a0f7681596c0f0e6f18be70d88935870;p=teleforma.git force conference save --- diff --git a/teleforma/management/commands/teleforma-publish-notify-conferences.py b/teleforma/management/commands/teleforma-publish-notify-conferences.py index 84724d56..807b42bb 100644 --- a/teleforma/management/commands/teleforma-publish-notify-conferences.py +++ b/teleforma/management/commands/teleforma-publish-notify-conferences.py @@ -86,8 +86,10 @@ class Command(BaseCommand): logger.logger.info("Starting conference publication process") for publication in publications: - conference = publication.conference + conference.status = 3 + conference.streaming = False + conference.save() medias = conference.media.all() if medias: