mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-13 14:56:03 +10:00
fix tryPostNewMessagesReceivedNotification withMessageAge in messagesFromRecipient
This commit is contained in:
@@ -1668,7 +1668,7 @@ func messagesFromRecipient(recipient: Recipient, withTimeDirection timeDirection
|
||||
}
|
||||
}
|
||||
|
||||
tryPostNewMessagesReceivedNotificationWithMessageIDs(messageIDs, withMessageAge: .New)
|
||||
tryPostNewMessagesReceivedNotificationWithMessageIDs(messageIDs, withMessageAge: timeDirection.messageAge)
|
||||
}
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user