@@ -0,0 +1,12 @@
<?php
require_once __DIR__ . '/lib/Helper.php';
require_once __DIR__ . '/lib/Session.php';
$session = new Session();
switch ($_GET['action']) {
case 'dialog':
$session->set('dialog', 'dismissed');
break;
}
The note is not visible to the blocked user.