From 8712c438b8df4b796eac4d23cf04704082c776c5 Mon Sep 17 00:00:00 2001 From: q Date: Wed, 13 Apr 2022 17:21:18 -0400 Subject: [PATCH] Adding more translations for kick. Also, removing component index fix since it doesn't seem to be needed any more --- README.md | 1 - code_patches.sh | 5 ----- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index ec736e0..fcec655 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ This contains everything used to patch Glowers Club's Element instance. This pat - Adds custom login background (replace lake.jpg with any background you want) - Adds custom text reactions in the emoji menu (at the bottom of the "Symbols" section). Change reactions.yaml to have any you want. - Modifies the CSS for the emoji picker so the text reactions don't overflow to other emoji -- Contains a fix for a bug when compiling that Element devs added and never fixed. See [this Github issue](https://github.com/vector-im/element-web/issues/16555) - Replaces the default config.json with the one here - In response to [Element devs renaming Kick to Remove](https://github.com/vector-im/element-web/issues/9547): - Remove has been renamed to Holocaust diff --git a/code_patches.sh b/code_patches.sh index aac48ba..a22f45e 100755 --- a/code_patches.sh +++ b/code_patches.sh @@ -52,10 +52,5 @@ echo " echo 'Adding greentext patch...' patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch -echo 'running component index fix...' -cd ../node_modules/matrix-react-sdk -yarn reskindex -cd ../../element-web-patches - echo 'running kick fix...' ./fix_kick.sh