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)) } }