Compare commits

...

2 commits

View file

@ -125,7 +125,7 @@ func (s *Signald) Listen(c chan client_protocol.BasicResponse) {
subscribers <- msg
}
if c != nil {
if c != nil && msg.ID == "" && msg.Type != "version" {
c <- msg
}
}