Ignore LatencyReport event (slack)
This commit is contained in:
parent
015c076315
commit
c585d00f16
|
@ -91,6 +91,8 @@ func (b *Bslack) handleSlackClient(messages chan *config.Message) {
|
|||
b.Log.Errorf("Connection failed %#v %#v", ev.Error(), ev.ErrorObj)
|
||||
case *slack.MemberJoinedChannelEvent:
|
||||
b.populateUser(ev.User)
|
||||
case *slack.LatencyReport:
|
||||
continue
|
||||
default:
|
||||
b.Log.Debugf("Unhandled incoming event: %T", ev)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue