issues
search
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
If a message update is detected, and only the edited date changed, only emit a message update via the socket. (Ventura only)
If a message update is detected, and multiple dates have changed, including edit, emit both a fcm message and socket message (if Ventura)
If not Ventura, never emit a socket message
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