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

Cannot add a tapback to audio messages #462

Closed cynical89 closed 1 year ago

cynical89 commented 2 years ago

No content

Issue created by BlueBubbles Bot in the BlueBubbles commnity on behalf of @CSab6482 in #android-support.

digisavvy commented 1 year ago

I, too, am experiencing this issue.

Bluebubbles server 1.4.1, on Mac OS 13.01

Tap backs has been working when running bluebubbles on my MacBook which was running 12.x. I moved bluebubbles to my mac mini and it was running 13.01 and I noticed that tapbacks don't work any longer.

tneotia commented 1 year ago

Make sure that your helper bundle version is latest, tapbacks in general were fixed on macOS Ventura. The specific bug with tapbacks to audio messages will be fixed in upcoming server update.

digisavvy commented 1 year ago

@tneotia - thanks for the speedy reply. That worked for me. Since my m1 is relatively new I had to:

  1. Install xcode dev tools for using Git commands
  2. Had to download Xcode from App Store to run the Xcode project
  3. I had to add an apple ID to xcode to successfully build the bundle release.

A couple of items to add to the docs. Thank you!

tneotia commented 1 year ago

Typically you shouldn't need to build the bundle yourself, the releases in the repository are indicative of the latest stable code. Glad it's working though!