Fix error loop (zulip) (#1210)

Fixes #1047
pull/1212/head
Wim 4 years ago committed by GitHub
parent 2f506425c2
commit d5feda5c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,8 +146,8 @@ func (b *Bzulip) handleQueue() error {
b.Log.Debugf("<= Sending message from %s on %s to gateway", rmsg.Username, b.Account)
b.Log.Debugf("<= Message is %#v", rmsg)
b.Remote <- rmsg
b.q.LastEventID = m.ID
}
time.Sleep(time.Second * 3)
}
}

Loading…
Cancel
Save