summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-06-19 08:57:28 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-19 08:57:28 -0400
commitd6603ba7c052efc128bf290af0cf78ada45ba2cc (patch)
treef787a563ccbaab9818b01d4dfdeb947deff1590e /webapp
parentab67f6e257f6e8f08145a02a7b93550f99641be4 (diff)
downloadchat-d6603ba7c052efc128bf290af0cf78ada45ba2cc.tar.gz
chat-d6603ba7c052efc128bf290af0cf78ada45ba2cc.tar.bz2
chat-d6603ba7c052efc128bf290af0cf78ada45ba2cc.zip
Update redux store configuration to use new signature (#6683)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/store/index.js b/webapp/store/index.js
index 6d2fc6d9c..2b8a4fb28 100644
--- a/webapp/store/index.js
+++ b/webapp/store/index.js
@@ -112,6 +112,6 @@ export default function configureStore(initialState) {
}
};
- return configureServiceStore({}, appReducer, offlineOptions, getAppReducer, false);
+ return configureServiceStore({}, appReducer, offlineOptions, getAppReducer, {enableBuffer: false});
}