mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
d51761f83e
In previous change i used same filtering for a handler that processes confirmations. But if we are connected with peers that do not support confirmations on whisper level, whisper may send "Sent" event when envelope is written to a socket. This is our old behaviour. So, this PR allows to use confirmations from a mail servers and ensure that transition between multiple version of peers will be smooth.