mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:sync: Assume no to bypass should_ignore() query on rooms prefetch iteration.
This commit is contained in:
parent
c10036d824
commit
b493b5e39c
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,9 @@ ircd::m::sync::_rooms_polylog_room(data &data,
|
|||
bool
|
||||
ircd::m::sync::should_ignore(const data &data)
|
||||
{
|
||||
if(data.prefetch)
|
||||
return false;
|
||||
|
||||
if(data.membership != "invite")
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue