Disabling non-functional greentext patch

This commit is contained in:
q 2024-04-13 19:15:30 -04:00
parent d45fb70253
commit f46e157411
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
This contains everything used to patch Glowers Club's Element instance. This patch does the following:
- Changes messages you send starting with ">" to be chan-style greentext instead of Reddit-style block quotes
- ~~Changes messages you send starting with ">" to be chan-style greentext instead of Reddit-style block quotes~~ No longer works on latest Element Web. I blame Travis. PRs welcome.
- 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

View File

@ -49,8 +49,8 @@ echo "
}" >> ../node_modules/matrix-react-sdk/res/css/views/emojipicker/_EmojiPicker.pcss
echo 'Adding greentext patch...'
patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch
#echo 'Adding greentext patch...'
#patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch
echo 'running kick fix...'
./fix_kick.sh