diff --git a/bridge/xmpp/xmpp.go b/bridge/xmpp/xmpp.go index 8dfa22a7..54f54826 100644 --- a/bridge/xmpp/xmpp.go +++ b/bridge/xmpp/xmpp.go @@ -234,5 +234,5 @@ func (b *Bxmpp) skipMessage(message xmpp.Chat) bool { // skip delayed messages t := time.Time{} - return message.Stamp == t + return message.Stamp != t }