photo visibility for demo events, hardened the demo mode. fixed dark/light mode toggle and notification bell toggle. fixed photo upload page sizes & header visibility.

This commit is contained in:
Codex Agent
2025-12-18 21:14:24 +01:00
parent 7c4067b32b
commit 53ec427e6e
25 changed files with 965 additions and 102 deletions

View File

@@ -42,6 +42,7 @@ class EventJoinTokenService
public function revoke(EventJoinToken $joinToken, ?string $reason = null): EventJoinToken
{
unset($joinToken->plain_token);
$joinToken->revoked_at = now();
if ($reason) {