Fallback history export to VRChat logs
All checks were successful
build-windows-exe / build (push) Successful in 1m40s
All checks were successful
build-windows-exe / build (push) Successful in 1m40s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user