-
-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Jared only triggers a webhook for some messages. I believe this is because in MacOS versions from the last few years, Apple has started hiding more of the details of the messages in the encrypted AttributeBody column leaving the text column as None. I'm thinking somewhere around here that blank text column is causing Jared to ignore those messages.
This Reddit Thread has multiple options of how to handle encrypted messages. Probably the most relevant to Jared would be this solution in objective C.
I'm going to try some methods to work around this since all I'm really trying to do is get the GUID for each message sent by triggering Jared via API. But I'm raising it incase anyone else is confused or if @ZekeSnider has already encountered this and has some helpful insight to share about why the solutions I'm linking to may fail.