From 500c2b19be7bd6176c4ef50583519ed61379b73b Mon Sep 17 00:00:00 2001 From: bee Date: Wed, 2 Mar 2022 04:54:56 -0800 Subject: [PATCH] hotfix for empty customStatus changes --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index d55675a..3a8c69b 100644 --- a/index.js +++ b/index.js @@ -247,6 +247,7 @@ determineAction = async (eventData, frontData = []) => { } } else { + if (diff[0].content.customStatus == '') return 'customStatus' console.error('::SimplyWS:: Unrecognized diff: ' + JSON.stringify(diff)) } }