From b37a7ffc5b19f7330050970ebac7f949a89812a2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 3 Aug 2026 17:37:22 -0700 Subject: feat: group streaks - maintain completion streaks as a group - join via a provided code, streaks increment when you guess correctly --- src/helpers/fetchSolution.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/helpers/fetchSolution.ts') diff --git a/src/helpers/fetchSolution.ts b/src/helpers/fetchSolution.ts index b7895bb..a91932a 100644 --- a/src/helpers/fetchSolution.ts +++ b/src/helpers/fetchSolution.ts @@ -55,6 +55,8 @@ interface SubmitDailyGuessRequest { state: DailyGameState; sig: string; guess?: SongGuessPayload | null; + username?: string; + groupId?: string; } interface SubmitDailyGuessResponse { -- cgit v1.2.3