From 570da9541bc55ae64c502061773248399701f4c9 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:58:58 +0200 Subject: [PATCH] Refresh stream cache when SendouQ match starts --- app/features/sendouq/actions/q.looking.server.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/features/sendouq/actions/q.looking.server.ts b/app/features/sendouq/actions/q.looking.server.ts index fae8a0e0f..e6837b014 100644 --- a/app/features/sendouq/actions/q.looking.server.ts +++ b/app/features/sendouq/actions/q.looking.server.ts @@ -9,6 +9,7 @@ import { matchMapList, } from "~/features/sendouq-match/core/match.server"; import * as SQMatchRepository from "~/features/sendouq-match/SQMatchRepository.server"; +import { refreshStreamsCache } from "~/features/sendouq-streams/core/streams.server"; import { errorToastIfFalsy, parseRequestPayload } from "~/utils/remix.server"; import { assertUnreachable } from "~/utils/types"; import { navIconUrl, SENDOUQ_PAGE, sendouQMatchPage } from "~/utils/urls"; @@ -177,6 +178,7 @@ export const action: ActionFunction = async ({ request }) => { }); await refreshSendouQInstance(); + refreshStreamsCache(); if (createdMatch.chatCode) { ChatSystemMessage.setMetadata({