When I call setUnsubscribedFromEmails(false) on an Intercom User object, the change is reflected locally, but when I call User.update with the user, the change can't be seen on Intercom.io. I intercepted the JSON payload being sent, and the "unsubscribed_from_emails" field seems to be missing when set to false. Works as expected when set to true.