mirror of https://github.com/vector-im/riot-web
Update update-topics.yaml
parent
875657eb45
commit
6fa6c6517c
|
@ -68,6 +68,8 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
|
console.log(roomId, "got event", data);
|
||||||
|
|
||||||
const topic = data.topic.replace(regex, releaseTopic);
|
const topic = data.topic.replace(regex, releaseTopic);
|
||||||
if (topic === data.topic) {
|
if (topic === data.topic) {
|
||||||
console.log(roomId, "nothing to do");
|
console.log(roomId, "nothing to do");
|
||||||
|
|
Loading…
Reference in New Issue