@ -168,10 +168,8 @@ void history_pop(void)
n->timeout = settings.sticky_history ? 0 : n->timeout;
g_queue_push_head(queue, n);
if (!xctx.visible) {
wake_up();
}
void wake_up(void)
{
The note is not visible to the blocked user.