Removing EXIF Data From Image Messages

[Problem/Question]
Has anybody already dealt with the need to remove EXIF metadata from images uploaded for image chat messages? Is this something that we can do through customizing/hijacking the React UIKit, or would we have to use the group_channel:message_send webhook event to remove the metadata on via an API call?

Surely someone has done this already?

As it turns out, this is a nonissue. I should have checked first. I sent an image with exif data through chat, downloaded that image, and the EXIF data is gone. It’s not included. Not sure if this is a feature of Chrome image uploading or a feature of sendbird itself :slight_smile: