mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update update-topics.yaml
This commit is contained in:
parent
4c9baa60ec
commit
29037c8543
2
.github/workflows/update-topics.yaml
vendored
2
.github/workflows/update-topics.yaml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
}
|
||||
if (data["org.matrix.msc3765.topic"]) {
|
||||
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
Block a user