mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 23:40:27 +00:00
Fix incorrect skipmessage (xmpp)
This commit is contained in:
parent
98027446c8
commit
16be6601c8
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user