summaryrefslogtreecommitdiffstats
path: root/webapp/store
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-29 09:54:02 -0400
committerGitHub <noreply@github.com>2017-08-29 09:54:02 -0400
commit257edc9ea3b25328aa44098e963815c3c3d25312 (patch)
treeed72b2f646ea9287fdccb5076b99b01bc8585a1d /webapp/store
parent82a8bd99cc5fe59fe4577c9b0d2c06a82c89e628 (diff)
downloadchat-257edc9ea3b25328aa44098e963815c3c3d25312.tar.gz
chat-257edc9ea3b25328aa44098e963815c3c3d25312.tar.bz2
chat-257edc9ea3b25328aa44098e963815c3c3d25312.zip
Experimental implementation for webapp plugins (#7185)
* Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code
Diffstat (limited to 'webapp/store')
-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 2b8a4fb28..2da472881 100644
--- a/webapp/store/index.js
+++ b/webapp/store/index.js
@@ -104,7 +104,7 @@ export default function configureStore(initialState) {
autoRehydrate: {
log: false
},
- blacklist: ['errors', 'offline', 'requests', 'entities', 'views'],
+ blacklist: ['errors', 'offline', 'requests', 'entities', 'views', 'plugins'],
debounce: 500,
transforms: [
setTransformer