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 5959 } %>
6060
6161 </ head >
62- < body style ="height: 100%; margin: 0; " data-vector-indexeddb-worker-script ="<%= htmlWebpackPlugin.files.js.find(entry => entry.includes( "indexeddb-worker.js ")) %> ">
62+ < body
63+ style ="height: 100%; margin: 0; "
64+ data-vector-indexeddb-worker-script ="<%= htmlWebpackPlugin.files.js.find(entry => entry.includes( "indexeddb-worker.js ")) %> "
65+ data-vector-recorder-worklet-script="< %= htmlWebpackPlugin.files.js.find(entry => entry.includes("recorder-worklet.js")) %> "
66+ >
6367 < noscript > Sorry, Element requires JavaScript to be enabled.</ noscript > <!-- TODO: Translate this? -->
6468 < section id ="matrixchat " style ="height: 100%; overflow: auto; " class ="notranslate "> </ section >
6569 < script src ="<%= htmlWebpackPlugin.files.js.find(entry => entry.includes( "bundle.js ")) %> "></ script >
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ module.exports = (env, argv) => {
5353 "mobileguide" : "./src/vector/mobile_guide/index.js" ,
5454 "jitsi" : "./src/vector/jitsi/index.ts" ,
5555 "usercontent" : "./node_modules/matrix-react-sdk/src/usercontent/index.js" ,
56+ "recorder-worklet" : "./node_modules/matrix-react-sdk/src/voice/RecorderWorklet.ts" ,
5657
5758 // CSS themes
5859 "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