Change backfill settings for mautrix-telegram

This commit is contained in:
batteredbunny 2024-04-27 22:37:16 +03:00
parent e28acf1aec
commit 1f07a98a40

View file

@ -725,9 +725,9 @@ in {
}; };
sync = { sync = {
user = -1; user = -1;
normal_group = -1; normal_group = 0;
supergroup = 1000; supergroup = 0;
channel = 1000; channel = 0;
}; };
}; };
}; };