mirror of
https://github.com/42wim/matterbridge.git
synced 2024-12-19 09:32:35 +01: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