Skip to content

Attempt to render game detail with no start event #12247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nanaya
Copy link
Collaborator

@nanaya nanaya commented Jun 20, 2025

Maybe? ┐(・_・)┌

Not quite sure how it happened but it'll be either this or retroactively adding the past event which probably isn't even possible due to id-based sorting

@nanaya nanaya force-pushed the match-missing-start branch 2 times, most recently from eb630b1 to cf7eaaa Compare June 20, 2025 13:09
@@ -47,7 +48,7 @@ public function includeBeatmap(PlaylistItem $item)
public function includeDetails(PlaylistItem $item)
{
return $this->primitive($item->detailEvent->event_detail ?? [
'room_type' => $item->room->type,
'room_type' => Room::REALTIME_DEFAULT_TYPE,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait, what's this change for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise it may be shown as team match which wouldn't make sense without the team member data.

@notbakaneko notbakaneko enabled auto-merge June 20, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants