Fix share assets, shared photo UI, and live show expiry
This commit is contained in:
@@ -212,6 +212,10 @@ class LiveShowController extends BaseController
|
||||
|
||||
return Event::query()
|
||||
->where('live_show_token', $token)
|
||||
->where(function (Builder $query) {
|
||||
$query->whereNull('live_show_token_expires_at')
|
||||
->orWhere('live_show_token_expires_at', '>=', now());
|
||||
})
|
||||
->first();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user