mautrix / imessage

A Matrix-iMessage puppeting bridge
https://go.mau.fi/mautrix-imessage/
GNU Affero General Public License v3.0
332 stars 36 forks source link

[bluebubbles] Implement SendFile #146

Closed cnuss closed 5 months ago

cnuss commented 5 months ago

https://github.com/mautrix/imessage/commit/c314edf39987a4f30064e16dc30ded206db02ca0#diff-add0e027970853876947ede515fd2419541057010ed0cfb334f30219fcd9979fR115

trek-boldly-go commented 5 months ago

So I have a super basic version of this done, but bluebubbles doesn't support sending text and the attachment in the same call. So I will need to add a second request to also send the text, then a third request that links them together (I think).

cnuss commented 5 months ago

we've had a handful of tries at this but my most recent commits show promise: