@ -131,7 +131,7 @@ async function fetchNewPosts() {
.reverse();
let newTimestampId = 0;
for (item in reversed) {
for (item of reversed) {
const currentTimestampId = Date.parse(item.published);
if (currentTimestampId > newTimestampId) {
The note is not visible to the blocked user.