mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
modules/net_dns_cache: Fix regression; always respond to the cache room.
This commit is contained in:
parent
27065f2bc2
commit
3852255812
1 changed files with 0 additions and 5 deletions
|
@ -296,11 +296,6 @@ try
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// When the array has a zero value count we didn't know how to cache
|
|
||||||
// any of these records; don't send anything to the cache room.
|
|
||||||
if(!array.vc)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
array.~array();
|
array.~array();
|
||||||
content.~object();
|
content.~object();
|
||||||
const m::room room
|
const m::room room
|
||||||
|
|
Loading…
Reference in a new issue