diff options
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse')
-rw-r--r-- | host/Rory-nginx/services/matrix/synapse/workers/module.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/module.nix b/host/Rory-nginx/services/matrix/synapse/workers/module.nix index 2ab1d10..ebe4732 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/module.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/module.nix @@ -18,6 +18,7 @@ in imports = [ ./appservice.nix ./background.nix + ./client-reader.nix ./federation-sender.nix ./media-repo.nix ./pusher.nix |