server: matrix: fix telegram log config

This commit is contained in:
Kabbone 2023-04-26 19:06:08 +02:00
parent 80c6b3d151
commit 30e72cd0ca
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -228,7 +228,7 @@ in {
send = "cross-signed-untrusted";
};
};
private_chat_portal_meta = true;
private_chat_portal_meta = "default";
backfill = {
disable_notifications = true;
};
@ -236,6 +236,7 @@ in {
"@kabbone:kabtop.de" = "admin";
};
};
logging = {
loggers = {
mau = {
level = "WARN";
@ -252,6 +253,7 @@ in {
};
};
};
};
signald = {
enable = true;
user = "mautrix-signal";