mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 16:39:24 +00:00
Make megacheck happy
This commit is contained in:
@ -234,8 +234,5 @@ func (b *Bxmpp) skipMessage(message xmpp.Chat) bool {
|
||||
|
||||
// skip delayed messages
|
||||
t := time.Time{}
|
||||
if message.Stamp == t {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return message.Stamp == t
|
||||
}
|
||||
|
Reference in New Issue
Block a user