Fixes: https://github.com/sayanarijit/xplr/issues/396
@ -913,7 +913,6 @@ fn draw_logs<B: Backend>(
.iter()
.rev()
.take(layout_size.height as usize)
.map(|l| {
let time = l.created_at.format("%r");
match l.level {
The note is not visible to the blocked user.