From d798585070fca2ed0a64c84801cd2736463c1f01 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sat, 6 Jul 2024 19:46:38 -0600 Subject: [PATCH] Remove Messaging Patch --- README.md | 3 +- patches/remove-messaging.patch | 1688 ++++++++++++++++++++++++++++++++ 2 files changed, 1690 insertions(+), 1 deletion(-) create mode 100644 patches/remove-messaging.patch diff --git a/README.md b/README.md index 768cc6d..57963d4 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,5 @@ To apply a patch ``git am --keep-cr --signoff < {patch}`` - [Configurable Pinned Post Limit](./patches/configurable-pinLimit.patch): Allows admin to configure pinned post limit in config file - [Fix Find Server Link](./patches/fix-findserver-link.patch): the link for "Find servers" on the signup page for locked registration instances leads to a dead page, so this replaces the link with fedidb.org - [Remove Maintainer-info Nag](./patches/remove-maintainer-info-nag.patch): Removes nag if you dont input maintainer information -- [Post Form Height](./patches/textarea.patch): Increases the post form height for usability. \ No newline at end of file +- [Post Form Height](./patches/textarea.patch): Increases the post form height for usability +- [Remove Chats](./patches/remove-messaging.patch): Removes the pages and buttons referring to the local chats feature \ No newline at end of file diff --git a/patches/remove-messaging.patch b/patches/remove-messaging.patch new file mode 100644 index 0000000..e54b865 --- /dev/null +++ b/patches/remove-messaging.patch @@ -0,0 +1,1688 @@ +From 7993396dbc19ccac8e2502b7c27114b481e26dfa Mon Sep 17 00:00:00 2001 +From: limepotato +Date: Fri, 5 Jul 2024 22:57:38 -0600 +Subject: [PATCH] Remove messaging! + +--- + packages/client/src/pages/messaging/index.vue | 312 ------------ + .../pages/messaging/messaging-room.form.vue | 415 ---------------- + .../messaging/messaging-room.message.vue | 377 -------------- + .../src/pages/messaging/messaging-room.vue | 464 ------------------ + packages/client/src/ui/universal.vue | 21 - + packages/client/src/router.ts | 16 ---------------- + packages/client/src/navbar.ts | 7 ------- + 7 files changed, 1612 deletions(-) + delete mode 100644 packages/client/src/pages/messaging/index.vue + delete mode 100644 packages/client/src/pages/messaging/messaging-room.form.vue + delete mode 100644 packages/client/src/pages/messaging/messaging-room.message.vue + delete mode 100644 packages/client/src/pages/messaging/messaging-room.vue + +diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue +deleted file mode 100644 +index 17bdd3786..000000000 +--- a/packages/client/src/pages/messaging/index.vue ++++ /dev/null +@@ -1,312 +0,0 @@ +- +- +- +- +- +diff --git a/packages/client/src/pages/messaging/messaging-room.form.vue b/packages/client/src/pages/messaging/messaging-room.form.vue +deleted file mode 100644 +index 1ea9bb869..000000000 +--- a/packages/client/src/pages/messaging/messaging-room.form.vue ++++ /dev/null +@@ -1,415 +0,0 @@ +- +- +- +- +- +diff --git a/packages/client/src/pages/messaging/messaging-room.message.vue b/packages/client/src/pages/messaging/messaging-room.message.vue +deleted file mode 100644 +index f3fb921e3..000000000 +--- a/packages/client/src/pages/messaging/messaging-room.message.vue ++++ /dev/null +@@ -1,377 +0,0 @@ +- +- +- +- +- +diff --git a/packages/client/src/pages/messaging/messaging-room.vue b/packages/client/src/pages/messaging/messaging-room.vue +deleted file mode 100644 +index a360863f2..000000000 +--- a/packages/client/src/pages/messaging/messaging-room.vue ++++ /dev/null +@@ -1,464 +0,0 @@ +- +- +- +- +- +diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue +index dfbd9dc96..b0e6473fd 100644 +--- a/packages/client/src/ui/universal.vue ++++ b/packages/client/src/ui/universal.vue +@@ -82,27 +82,6 @@ + > + + +- +