From 89eb3091958ad3fada8f331c42d1a90076fe807c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 1 May 2022 16:01:23 +0100 Subject: [PATCH] async media is not supported --- config/services/mautrix-telegram.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/mautrix-telegram.nix b/config/services/mautrix-telegram.nix index ca75902e..65c8aaf7 100644 --- a/config/services/mautrix-telegram.nix +++ b/config/services/mautrix-telegram.nix @@ -7,7 +7,7 @@ address = "https://matrix.chir.rs"; domain = "chir.rs"; http_retry_count = 1000; - #async_media = true; + async_media = false; }; appservice = { address = "http://localhost:29317";