mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 13:09:24 +00:00
Revert xmpp to orig behaviour. Closes #844
This commit is contained in:
@ -332,5 +332,5 @@ func (b *Bxmpp) skipMessage(message xmpp.Chat) bool {
|
||||
}
|
||||
|
||||
// skip delayed messages
|
||||
return message.Stamp.IsZero()
|
||||
return !message.Stamp.IsZero()
|
||||
}
|
||||
|
Reference in New Issue
Block a user