Signal-Windows icon indicating copy to clipboard operation
Signal-Windows copied to clipboard

prevent notifications from firing until the queue is empty on startup/reconnect

Open Trolldemorted opened this issue 8 years ago • 1 comments

As has been discussed in #98, we should wait until we have drained the queue before we fire unneccessary notifications.

Requires libsignal support, but the changes should be minor.

Trolldemorted avatar Oct 23 '17 05:10 Trolldemorted

libsignal is now supporting this.

OnMessage is now called with a SignalServiceMessagePipeMessage, which may be a SignalServiceMessagePipeEmptyMessage.

Trolldemorted avatar Jan 04 '18 14:01 Trolldemorted