From 48b4319dd3c601900143f49a27aab969d039e081 Mon Sep 17 00:00:00 2001 From: Landon Reed Date: Tue, 7 Jul 2020 11:39:31 -0400 Subject: [PATCH] fix(api): do not force ignoreRealtimeUpdates param to true fix #178 --- lib/actions/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/api.js b/lib/actions/api.js index 8a5968d4e..1ac0b0c22 100644 --- a/lib/actions/api.js +++ b/lib/actions/api.js @@ -997,7 +997,7 @@ export function setUrlSearch (params, replaceCurrent = false) { * is set correctly. Leaves any other existing URL parameters (e.g., UI) unchanged. */ export function updateOtpUrlParams (otpState, searchId) { - const otpParams = getRoutingParams(otpState, true) + const otpParams = getRoutingParams(otpState) return function (dispatch, getState) { const params = {} // Get all OTP-specific params, which will be retained unchanged in the URL