From d7b55be45af482d2a368ad1563db786368ead674 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 6 Aug 2020 20:38:31 +0200 Subject: [PATCH] Updated IMAP Push Notifications (markdown) --- IMAP-Push-Notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IMAP-Push-Notifications.md b/IMAP-Push-Notifications.md index 1446dc1..1366745 100644 --- a/IMAP-Push-Notifications.md +++ b/IMAP-Push-Notifications.md @@ -244,9 +244,9 @@ function arrayEqual(t1, t2) then return false end - if (#t1 == 1 and t1[1] == t2[1]) + if (#t1 == 1) then - return true + return t1[1] == t2[1] end return json.encode(t1) == json.encode(t2) end