~singpolyma/sgx-jmp

6d7c01326eed035bca33c6d9ea89456f5d6d7464 — Christopher Vollick 1 year, 6 months ago 08049e9
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