From de8a02c991f93c82c09f292e57305bedf8a06147 Mon Sep 17 00:00:00 2001 From: Alexander Metzger Date: Thu, 29 Feb 2024 18:26:46 -0800 Subject: [PATCH] disable personal channels --- recipes/VideoBots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index 0ec69af01..da8ff26f1 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -1021,7 +1021,7 @@ def integrations_on_connect(self, current_run, published_run): else: bi.published_run = None if bi.platform == Platform.SLACK: - + bi.slack_create_personal_channels = False send_confirmation_msg(bi) bi.save()