Update update-topics.yaml
parent
cb2d5efa4e
commit
4c9baa60ec
|
@ -55,6 +55,11 @@ jobs:
|
|||
console.log(roomId, "nothing to do");
|
||||
return;
|
||||
}
|
||||
if (data["org.matrix.msc3765.topic"]) {
|
||||
data["org.matrix.msc3765.topic"].forEach(d => {
|
||||
data.body = data.body.replace(regex, RELEASE_TOPIC);
|
||||
});
|
||||
}
|
||||
|
||||
res = await fetch(apiUrl, {
|
||||
method: "PUT",
|
||||
|
|
Loading…
Reference in New Issue