Skip to content

Commit

Permalink
sliding-sync: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
dali99 committed Jan 2, 2025
1 parent ff787d4 commit da9dc04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 128 deletions.
10 changes: 8 additions & 2 deletions module.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{ ... }:
{ lib, ... }:

{
imports = [
./synapse-module
./sliding-sync

# 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.
As synapse now includes this in itself, if you have a manually managed `.well-known/matrix/client` file
remove the proxy url from it.
'')
];
}
126 changes: 0 additions & 126 deletions sliding-sync/default.nix

This file was deleted.

0 comments on commit da9dc04

Please sign in to comment.