disable async media

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-20 05:34:15 +01:00
parent f0e930013b
commit cb06563158
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
5 changed files with 4 additions and 8 deletions

View file

@ -10,7 +10,6 @@
homeserver = {
address = "https://matrix.chir.rs";
domain = "chir.rs";
async_media = true;
};
appservice = {
database = {

View file

@ -15,7 +15,6 @@
address = "https://matrix.chir.rs";
domain = "chir.rs";
http_retry_count = 1000;
async_media = true;
};
appservice = {
max_body_size = 10;

View file

@ -10,7 +10,6 @@
address = "https://matrix.chir.rs";
domain = "chir.rs";
http_retry_count = 1000;
async_media = true;
};
appservice = {
address = "http://localhost:29317";

View file

@ -10,7 +10,6 @@
homeserver = {
address = "https://matrix.chir.rs";
domain = "chir.rs";
async_media = true;
};
appservice = {
database = {

View file

@ -1272,11 +1272,11 @@
]
},
"locked": {
"lastModified": 1681934253,
"narHash": "sha256-dpTxpq1oLDsOJQFk6Tr+J0m/w4iydQ/kOauKRyjEhz4=",
"lastModified": 1681965040,
"narHash": "sha256-TSzObRTfUstsWsrSDOdP3cZU3JbNhkK0fbi7lbN49Yc=",
"ref": "main",
"rev": "c4ed4a3ca1289d341c63f8e09cd0a52a67c97fa2",
"revCount": 696,
"rev": "be13860fa5634f11e59f3fa9c5bd8c1d4a763e6e",
"revCount": 698,
"type": "git",
"url": "https://git.chir.rs/darkkirb/nix-packages.git"
},