Fallback history export to VRChat logs
All checks were successful
build-windows-exe / build (push) Successful in 1m40s

This commit is contained in:
messypy
2026-07-28 00:37:56 +09:00
parent 6d318af329
commit 51c00f2a75
2 changed files with 63 additions and 6 deletions

View File

@@ -2946,7 +2946,7 @@ func eventRows(users []userState) []guiEventRow {
}
func joinLeaveRowsForCurrentWorld(app *guiApp) []guiEventRow {
events := historyEventsFromSnapshot()
events := historyEventsWithFallback()
if len(events) == 0 {
users, _ := currentUsersFromJoinLeave()
return eventRows(users)