mirror of https://github.com/vector-im/riot-web
Update update-topics.yaml
parent
77db00cef1
commit
80075ee2cf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue