Skip to content

Commit

Permalink
TCHAP: reput legacy olm package in webpack conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWadai committed Feb 3, 2025
1 parent dbc1f1b commit 32f978b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ module.exports = (env, argv) => {
"res/welcome.html",
// :TCHAP: sso-agentconnect-flow
"res/welcome_sso.html",
// :TCHAP: legacy_olm TODO: remove all when content scanner will be updated to use rust crypto
"node_modules/@matrix-org/olm/olm_legacy.js",
// end :TCHAP:
{ from: "welcome/**", context: path.resolve(__dirname, "res") },
{ from: "themes/**", context: path.resolve(__dirname, "res") },
Expand Down

0 comments on commit 32f978b

Please sign in to comment.