From 6d7c01326eed035bca33c6d9ea89456f5d6d7464 Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Wed, 1 Dec 2021 15:17:10 -0500 Subject: [PATCH] Fix Transcription Settings Typo We were setting in one property but reading from another very similar property... --- lib/bwmsgsv2_repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bwmsgsv2_repo.rb b/lib/bwmsgsv2_repo.rb index 3b691ab..aaf8992 100644 --- a/lib/bwmsgsv2_repo.rb +++ b/lib/bwmsgsv2_repo.rb @@ -94,7 +94,7 @@ protected ("catapult_fwd-#{tel}" if tel) ].compact), @redis.getbit( - "catapult_setting_flags-#{from_jid}", VOICEMAIL_TRANSCRIPTION_DISABLED + "catapult_settings_flags-#{from_jid}", VOICEMAIL_TRANSCRIPTION_DISABLED ).then { |x| x == 1 } ]) end -- 2.34.2