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

Emit socket event when message is edited #444

Closed zlshames closed 1 year ago

zlshames commented 2 years ago
  1. If a message update is detected, and only the edited date changed, only emit a message update via the socket. (Ventura only)
  2. If a message update is detected, and multiple dates have changed, including edit, emit both a fcm message and socket message (if Ventura)
  3. If not Ventura, never emit a socket message
  4. If no edit update, don't emit a socket mesage
zlshames commented 1 year ago

This should now be handled by the message update event