diff --git a/.github/workflows/update-topics.yaml b/.github/workflows/update-topics.yaml index 0529a18fa6..7b0e35c1d0 100644 --- a/.github/workflows/update-topics.yaml +++ b/.github/workflows/update-topics.yaml @@ -44,6 +44,12 @@ jobs: "Content-Type": "application/json", "Authorization": `Bearer ${TOKEN}`, }; + await fetch(`${HS_URL}/_matrix/client/v3/rooms/${roomId}/join`, { + method: "POST", + headers, + body: "{}", + }); + let res = await fetch(apiUrl, { method: "GET", headers,