@@ -223,7 +223,7 @@ function asyncSiteRequest(url, process) {
fetch(url)
.then(data => {
sendToBotTestingChannel("data::" + data);
sendToBotTestingChannel("data.data.children::" + data.data.children);
return process(data);
})
The note is not visible to the blocked user.