From cabc757e2989ac96d886686a368d7507a5bddad3 Mon Sep 17 00:00:00 2001 From: mr-exz Date: Mon, 6 Jan 2025 19:36:01 +0300 Subject: [PATCH] 0.19.5 --- CHANGELOG.md | 4 ++++ bot/whoisondutytodayslackbot.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac7830..3645da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 0.19.5 +### Bugfixes +- Fixed hider reason disable feature + ## 0.19.4 ### Bugfixes - Fixing hide reason feature diff --git a/bot/whoisondutytodayslackbot.rb b/bot/whoisondutytodayslackbot.rb index 3117a74..f8c5472 100644 --- a/bot/whoisondutytodayslackbot.rb +++ b/bot/whoisondutytodayslackbot.rb @@ -77,7 +77,7 @@ class WhoIsOnDutyTodaySlackBot < SlackRubyBot::Bot end command 'answer disable hide reason' do |client, data| - WhoIsOnDutyTodaySlackBotModule::Commands::AnswerEnableHideReason.call(client: client, data: data) + WhoIsOnDutyTodaySlackBotModule::Commands::AnswerDisableHideReason.call(client: client, data: data) end command 'action create' do |client, data, match|