commit f4279c5dd2cf9dda339d8acbb7011aafebdb560c
Author: Wim <wim@42.be>
Date: Tue Aug 25 00:12:13 2020 +0000
diff --git a/bridge/zulip/zulip.go b/bridge/zulip/zulip.go
index cdf433a..9fcc54a 100644
--- a/bridge/zulip/zulip.go
+++ b/bridge/zulip/zulip.go
@@ -1468 +1468 @@ 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)
}
}