forked from open-grind/open-grind
Added support for Location & ProfilePhotoReply message types #1
Loading…
Reference in a new issue
No description provided.
Delete branch "augmentMessages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ProfilePhotoReply
This is a weird one cause technically it is a reply but Grindr treats it as its own type. The official app also renders it as a reply 🤷.
The cleanest way I thought of for supporting this is to pass in "quotedProfileImageHash" to the
Location
I looked into rendering a map with a 📍️ but it'd be too hacky with the current libraries the project uses.
Pull request closed