@@ -6,6 +6,6 @@ infoContainer.addEventListener("click", () => {
.then((response) => response.text())
.then((text) => {
infoContainer.innerHTML = atob(text);
infoContainer.style.background = "transparent";
infoContainer.classList.remove("cover");
});
The note is not visible to the blocked user.