From 8b298c18023bfafb48140c06f6ca14ae2002c8f2 Mon Sep 17 00:00:00 2001
From: q <q@neveremailme.fuckoff>
Date: Sat, 26 Feb 2022 08:44:35 -0500
Subject: [PATCH] Adding README

---
 README.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e81c7a6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Glowers Club Element Patches
+
+This contains everything used to patch Glowers Club's Element instance. This patch does the following:
+
+- Changes messages starting with ">" to be chan-style greentext instead of Reddit-style block quotes
+- 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 "Smileys & People" section). Change emoji.json to have any custom reactions 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
+
+## Dependencies
+1. Everything already needed to build Element Web
+2. jq
+3. patch
+
+## Instructions
+1. `git clone https://github.com/vector-im/element-web.git`
+2. `cd element-web`
+3. `git clone https://code.glowers.club/q/element-web-patches.git`
+4. `yarn`
+5. `cd element-web-patches`
+6. `bash code_patches.sh`
+7. `cd .. && yarn dist`