Disabling non-functional greentext patch
This commit is contained in:
parent
d45fb70253
commit
f46e157411
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user