Change backfill settings for mautrix-telegram
This commit is contained in:
parent
e28acf1aec
commit
1f07a98a40
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue