Merge pull request 'disable backfills' (#129) from disable-backfills into main
Reviewed-on: #129
This commit is contained in:
commit
aef8f59ac7
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@
|
|||
archive_tag = "m.lowpriority";
|
||||
|
||||
backfill = {
|
||||
normal_groups = true;
|
||||
enable = false;
|
||||
normal_groups = false;
|
||||
unread_hours_threshold = -1;
|
||||
incremental.max_batches.supergroup = -1;
|
||||
};
|
||||
permissions = {
|
||||
"*" = "relaybot";
|
||||
|
|
Loading…
Reference in a new issue