fix tryPostNewMessagesReceivedNotification withMessageAge in messagesFromRecipient

This commit is contained in:
nixzhu
2015-10-19 14:21:13 +08:00
committed by nixzhu
parent 77f944dd5b
commit cda724fdea
+1 -1
View File
@@ -1668,7 +1668,7 @@ func messagesFromRecipient(recipient: Recipient, withTimeDirection timeDirection
}
}
tryPostNewMessagesReceivedNotificationWithMessageIDs(messageIDs, withMessageAge: .New)
tryPostNewMessagesReceivedNotificationWithMessageIDs(messageIDs, withMessageAge: timeDirection.messageAge)
}
return true