@ -226,4 +226,13 @@ async function fetchWithTimeout(resource, options = {}) {
clearTimeout(id);
return response;
}
function isValidJson(json) {
try {
JSON.parse(json);
} catch (e) {
return false;
return true;
The note is not visible to the blocked user.