File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5050 < % }
5151 } %>
5252 </ head >
53- < body style ="height: 100%; margin: 0; " data-vector-indexeddb-worker-script ="<%= htmlWebpackPlugin.files.chunks['indexeddb-worker'].entry %> ">
53+ < body
54+ style ="height: 100%; margin: 0; "
55+ data-vector-indexeddb-worker-script ="<%= htmlWebpackPlugin.files.chunks['indexeddb-worker'].entry %> "
56+ data-vector-recorder-worklet-script ="<%= htmlWebpackPlugin.files.chunks['recorder-worklet'].entry %> "
57+ >
5458 < noscript > Sorry, Element requires JavaScript to be enabled.</ noscript > <!-- TODO: Translate this? -->
5559 < section id ="matrixchat " style ="height: 100%; overflow: auto; " class ="notranslate "> </ section >
5660 < script src ="<%= htmlWebpackPlugin.files.chunks['bundle'].entry %> "> </ script >
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ module.exports = (env, argv) => {
5252 "mobileguide" : "./src/vector/mobile_guide/index.js" ,
5353 "jitsi" : "./src/vector/jitsi/index.ts" ,
5454 "usercontent" : "./node_modules/matrix-react-sdk/src/usercontent/index.js" ,
55+ "recorder-worklet" : "./node_modules/matrix-react-sdk/src/voice/RecorderWorklet.ts" ,
5556
5657 // CSS themes
5758 "theme-legacy" : "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss" ,
You can’t perform that action at this time.
0 commit comments