Fix read receipts in private chats and remove unnecessary stuff
This commit is contained in:
@ -263,7 +263,6 @@ func (portal *Portal) MainIntent() *appservice.IntentAPI {
|
||||
func (portal *Portal) IsDuplicate(id types.WhatsAppMessageID) bool {
|
||||
msg := portal.bridge.DB.Message.GetByJID(portal.Owner, id)
|
||||
if msg != nil {
|
||||
portal.log.Debugln("Ignoring duplicate message", id)
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
Reference in New Issue
Block a user