From 43a720aa8a85d14ed30ca8e0a5ba2f736109032a Mon Sep 17 00:00:00 2001 From: "Rory&::Emma" Date: Thu, 17 Aug 2023 23:48:07 +0000 Subject: Push updates --- host/Rory-nginx/services/matrix/synapse.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'host') diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix index b69af7a..7809384 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -161,6 +161,14 @@ search_all_users = true; prefer_local_users = true; }; + + experimental_features = { + "org.matrix.msc3026.busy_presence" = true; + "fi.mau.msc2815" = true; + "org.matrix.msc3881" = true; + "org.matrix.msc3874" = true; + "org.matrix.msc3912" = true; + }; }; plugins = with pkgs.matrix-synapse-plugins; [ -- cgit 1.5.1