diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index d6bb1d39b..5bca535b6 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -949,13 +949,13 @@ QR = {challenge, response} = QR.captcha.getOne() err = 'No valid captcha.' unless response + QR.cleanNotifications() if err # stop auto-posting QR.cooldown.auto = false QR.status() QR.error err return - QR.cleanNotifications() # Enable auto-posting if we have stuff to post, disable it otherwise. QR.cooldown.auto = QR.posts.length > 1