Fix error loop (zulip)

Fixes #1047
This commit is contained in:
Wim
2020-08-25 00:06:04 +02:00
parent 2f506425c2
commit 13291c9b96

View File

@@ -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)
}
}