Update update-topics.yaml
parent
77db00cef1
commit
80075ee2cf
|
@ -44,6 +44,12 @@ jobs:
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ${TOKEN}`,
|
"Authorization": `Bearer ${TOKEN}`,
|
||||||
};
|
};
|
||||||
|
await fetch(`${HS_URL}/_matrix/client/v3/rooms/${roomId}/join`, {
|
||||||
|
method: "POST",
|
||||||
|
headers,
|
||||||
|
body: "{}",
|
||||||
|
});
|
||||||
|
|
||||||
let res = await fetch(apiUrl, {
|
let res = await fetch(apiUrl, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers,
|
headers,
|
||||||
|
|
Loading…
Reference in New Issue