From be15f7b74ad832a3efda6448607b08b7447196ea Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 21 May 2021 09:21:32 +0200 Subject: [PATCH] wip #4472 --- lib/redmine_slack/patches/issue_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_slack/patches/issue_patch.rb b/lib/redmine_slack/patches/issue_patch.rb index 4621592..729e8a4 100644 --- a/lib/redmine_slack/patches/issue_patch.rb +++ b/lib/redmine_slack/patches/issue_patch.rb @@ -67,7 +67,7 @@ module RedmineSlack def send_redmine_slack_update #return if current_journal.nil? - return if RequestStore.store[:redmine_slack_silent].nil? + #return if RequestStore.store[:redmine_slack_silent].nil? channels = Slack.channels_for_project project -- 2.39.5