@@ -1,4 +1,5 @@
<?php
$description = 'Always changing. Always here.';
$gif_files = glob($_SERVER['DOCUMENT_ROOT'] . '/assets/gifs/*.gif');
$gifs = array_map(fn($f) => '/assets/gifs/' . basename($f), $gif_files);
$default = !empty($gifs) ? $gifs[0] : '';
The note is not visible to the blocked user.