diff options
author | Rory&::Emma <root@rory.gay> | 2023-08-17 23:48:07 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2023-08-18 01:12:03 +0000 |
commit | 43a720aa8a85d14ed30ca8e0a5ba2f736109032a (patch) | |
tree | df28c41d950afc7d3433a6731cfde85c3818f5e0 /host | |
parent | Fix (diff) | |
download | Rory-Open-Architecture-43a720aa8a85d14ed30ca8e0a5ba2f736109032a.tar.xz |
Push updates
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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; [ |