Disable permalink_prefix for schildichat
This makes sharing links link to us instead of matrix.to, which is very nice.
Unfortunately, the links that mentioning a user give are also considered "share
links", which means that they do not display properly on other clients and
create embeds to our server
This commit removes permalink_prefix entirely, which should revert it to
matrix.to and fix mentioning
Change-Id: I6c1574104f5319549a958430a6b36a214dcbe6ab
Reviewed-on: https://git.clicks.codes/c/Clicks/NixFiles/+/22
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/common/nginx-routes.nix b/modules/common/nginx-routes.nix
index 024dc98..0658fe0 100644
--- a/modules/common/nginx-routes.nix
+++ b/modules/common/nginx-routes.nix
@@ -60,7 +60,6 @@
};
setting_defaults = { "fallbackICEServerAllowed" = true; };
default_theme = "dark";
- permalink_prefix = "https://matrix.clicks.codes";
disable_guests = true;
disable_3pid_login = true;
};