From bc1d762ac406611f40e252d858907ad586cebeea Mon Sep 17 00:00:00 2001 From: theOGgToILeT <168109528+gmanskibiditoilet@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:57:04 +0700 Subject: [PATCH 1/2] Update config.json to using nope.chat homeserver by default Allows users to transition from matrix.org to nope.chat allowing users to increase file size limit per file by 5 times. --- element.io/develop/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/element.io/develop/config.json b/element.io/develop/config.json index aaee51afd0d..e2022ad6603 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -1,8 +1,8 @@ { - "default_server_name": "matrix.org", + "default_server_name": "nope.chat", "default_server_config": { "m.homeserver": { - "base_url": "https://matrix-client.matrix.org" + "base_url": "https://nope.chat" }, "m.identity_server": { "base_url": "https://vector.im" From 4836d7ed5a49d2020854038899f7440492dddf5f Mon Sep 17 00:00:00 2001 From: theOGgToILeT <168109528+gmanskibiditoilet@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:01:04 +0700 Subject: [PATCH 2/2] Update config.json Transitions default homeserver from matrix.org to nope.chat to allow users to increase file size limit by 5 times plus the nope.chat homeserver does not occasionaly freeze like matrix.org which does freeze sometimes unexpectedly. --- element.io/app/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index 771df350919..3b5797b5539 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -1,8 +1,8 @@ { - "default_server_name": "matrix.org", + "default_server_name": "nope.chat", "default_server_config": { "m.homeserver": { - "base_url": "https://matrix-client.matrix.org" + "base_url": "https://nope.chat" }, "m.identity_server": { "base_url": "https://vector.im"