mirror of https://github.com/vector-im/riot-web
Update update-topics.yaml
parent
4c9baa60ec
commit
29037c8543
|
@ -57,7 +57,7 @@ jobs:
|
||||||
}
|
}
|
||||||
if (data["org.matrix.msc3765.topic"]) {
|
if (data["org.matrix.msc3765.topic"]) {
|
||||||
data["org.matrix.msc3765.topic"].forEach(d => {
|
data["org.matrix.msc3765.topic"].forEach(d => {
|
||||||
data.body = data.body.replace(regex, RELEASE_TOPIC);
|
d.body = d.body.replace(regex, RELEASE_TOPIC);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue