@@ -0,0 +1,2 @@
export type SessionUser = { username: string; role: string } | null;
export function getSessionUser(): SessionUser { return null; }
The note is not visible to the blocked user.