Fix Transcription Settings Typo We were setting in one property but reading from another very similar property...
1 files changed, 1 insertions(+), 1 deletions(-) M lib/bwmsgsv2_repo.rb
M lib/bwmsgsv2_repo.rb => lib/bwmsgsv2_repo.rb +1 -1
@@ 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