Skip to content

Commit 845bb3f

Browse files
authored
Merge pull request element-hq#6588 from vector-im/dbkr/fix_media_2
Copy media from react-sdk
2 parents 82f51fb + 0abaff5 commit 845bb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy-res.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const COPY_LIST = [
5151
["res/home-status.html", "webapp"],
5252
["res/home/**", "webapp/home"],
5353
["res/vector-icons/**", "webapp/vector-icons"],
54-
["node_modules/matrix-react-sdk/res/{fonts,img,themes}/**", "webapp"],
54+
["node_modules/matrix-react-sdk/res/{fonts,img,themes,media}/**", "webapp"],
5555
["res/themes/**", "webapp/themes"],
5656
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],
5757
["node_modules/emojione/assets/png/*", "webapp/emojione/png/"],

0 commit comments

Comments
 (0)