BlueBubblesApp / bluebubbles-server

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

Live Photos #502

Closed dacmcbibs closed 1 year ago

dacmcbibs commented 1 year ago

It would be awesome to have the ability to view Live Photos in a chat (if technically possible)

tneotia commented 1 year ago

So live photos are stored in the attachments directory (same one as the jpeg) just with the mov extension.

Transferring this issue to the server so an API can be made to grab that mov

zlshames commented 1 year ago

Done. added an endpoint for fetching the live photo. And added an attachment payload flag for it