mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-16 09:32:02 +00:00
feat(multiplayer): persist live reconnect abandonments
This commit is contained in:
@@ -19,7 +19,7 @@ LIMIT $1`
|
||||
|
||||
const initialConnectHistorySQL = `SELECT starts_at
|
||||
FROM penalties
|
||||
WHERE player_id = $1 AND kind = 'INITIAL_CONNECT_NO_SHOW'
|
||||
WHERE player_id = $1 AND kind IN ('INITIAL_CONNECT_NO_SHOW', 'MATCH_ABANDONED')
|
||||
ORDER BY starts_at`
|
||||
|
||||
// ReconcileInitialConnect evaluates a bounded set of matches and applies only
|
||||
|
||||
Reference in New Issue
Block a user