mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
ircd:Ⓜ️:init::backfill: Only backfill rooms with a locally joined user.
This commit is contained in:
parent
415491b9b6
commit
71027c9383
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ try
|
|||
// Prepare to iterate all of the rooms this server is aware of which
|
||||
// contain at least one user from another server which is joined.
|
||||
rooms::opts opts;
|
||||
opts.remote_joined_only = true;
|
||||
opts.remote_only = true;
|
||||
opts.local_joined_only = true;
|
||||
|
||||
// This is only an estimate because the rooms on the server can change
|
||||
// before this task completes.
|
||||
|
|
Loading…
Reference in a new issue