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