0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️:init::backfill: Only backfill rooms with a locally joined user.

This commit is contained in:
Jason Volk 2019-09-07 16:34:46 -07:00
parent 415491b9b6
commit 71027c9383

View file

@ -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.