mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 21:19:22 +00:00
Fix incorrect skipmessage (xmpp)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user