diff --git a/app/frontend/templates/notify.html b/app/frontend/templates/notify.html
index 4527d46b..060b9d8a 100644
--- a/app/frontend/templates/notify.html
+++ b/app/frontend/templates/notify.html
@@ -136,6 +136,10 @@
});
let responseData = await res.json();
console.log(responseData);
+ setTimeout(function() {
+ getAnnouncements();
+ }, 1800);
+ console.log("Registered annoucement fetch event in 1 hour.")
if (responseData.status === "ok") {
updateAnnouncements(responseData.data)
} else {