From 82bcf74d8e3c4b1e74f78509587d90d59f65684b Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 29 Oct 2024 17:04:30 +0100 Subject: [PATCH] apply_patches.sh: Re-enable element-web --- apply_patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apply_patches.sh b/apply_patches.sh index 8d581f9..e1d3968 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -20,8 +20,8 @@ print_section "Apply patches to matrix-js-sdk" apply_patches matrix-js-sdk print_section "Apply patches to matrix-react-sdk" apply_patches matrix-react-sdk -#print_section "Apply patches to element-web" -#apply_patches element-web +print_section "Apply patches to element-web" +apply_patches element-web print_section "Apply patches to element-desktop" apply_patches element-desktop