Purge room work

For issue #118. Now with better status and error. Also, make sure to set global flag "no warning for unknown devices" while we are redacting events.
This commit is contained in:
N-Pex 2021-05-27 13:38:57 +02:00
parent e9a1633083
commit 86f03c0fc2
4 changed files with 44 additions and 10 deletions

View file

@ -24,7 +24,7 @@ Vue.config.productionTip = false
Vue.use(VueResize);
Vue.use(VEmojiPicker);
Vue.use(matrix, { store: store });
Vue.use(matrix, { store: store, i18n: i18n });
Vue.use(cleaninsights);
Vue.use(VueClipboard);