From: Guillaume Pellerin Date: Tue, 27 Jan 2026 23:34:14 +0000 (+0100) Subject: no local message X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Ftc%2Frelease%2F2.1;p=teleforma.git no local message --- diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 6ddb74fc..703de981 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -639,10 +639,6 @@ class ConferenceRecordView(FormView): stream.save() self.push() - - if conference.streaming: - live_message(self.conference) - return super(ConferenceRecordView, self).form_valid(form) def snapshot(self, url, dir):