1
2
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2026-01-18 21:48:21 +01:00

1 Commits

Author SHA1 Message Date
eabdd9b4c2 sliding-sync: remove 2025-01-02 23:17:45 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
imports = [
./synapse-module
# TODO: Remove after 25.05
(lib.mkRemovedOptionModule [ "services" "matrix-synapse" "sliding-sync" ] ''
`services.matrix-synapse.sliding-sync` is no longer necessary to use sliding-sync with synapse.

View File

@@ -27,6 +27,7 @@ let
"jwt"
"redis"
"cache-memory"
"user-search"
];
};