BlueBubblesApp / bluebubbles-server

Server for forwarding iMessages to clients within the BlueBubbles App ecosystem
https://bluebubbles.app
Apache License 2.0
540 stars 47 forks source link

Use `last_addressed_handle` column for chats #610

Closed tneotia closed 8 months ago

tneotia commented 8 months ago

Tells us what alias is being used for a chat

zlshames commented 8 months ago

Done, dev branch. All chat payloads -- except for those coming via a notification -- will now include a lastAddressedHandle key. It is a string or null. I've also seen an empty string in that field as well.