From 3020adbe9d0c7035a0a96b8da857c261a8efd1dd Mon Sep 17 00:00:00 2001 From: cutls Date: Sun, 6 Sep 2020 21:37:50 +0900 Subject: [PATCH] #317 annoucement --- app/js/tl/announParse.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/js/tl/announParse.js b/app/js/tl/announParse.js index 1665c710..8443b9ee 100644 --- a/app/js/tl/announParse.js +++ b/app/js/tl/announParse.js @@ -111,9 +111,7 @@ function announReaction(id, acct_id, tlid, del, name) { if (this.status !== 200) { setLog(start, this.status, this.response) } - setTimeout(function () { - announ(acct_id, tlid) - }, 3000) + announ(acct_id, tlid) } } }