0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

modules/net_dns_cache: Fix regression; always respond to the cache room.

This commit is contained in:
Jason Volk 2019-12-11 17:59:06 -08:00
parent 27065f2bc2
commit 3852255812

View file

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