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