forked from github/wulkanowy-mirror
Fix unread status in sent messages (#2048)
This commit is contained in:
parent
4d49e956b8
commit
db4f172fb8
9 changed files with 2451 additions and 10 deletions
|
@ -193,7 +193,9 @@ class MessageRepositoryTest {
|
|||
date = Instant.EPOCH,
|
||||
folderId = 1,
|
||||
unread = unread,
|
||||
hasAttachments = false
|
||||
readBy = 1,
|
||||
unreadBy = 1,
|
||||
hasAttachments = false,
|
||||
).apply {
|
||||
this.content = content
|
||||
}
|
||||
|
@ -209,6 +211,8 @@ class MessageRepositoryTest {
|
|||
dateZoned = Instant.EPOCH.atZone(ZoneOffset.UTC),
|
||||
folderId = 1,
|
||||
unread = true,
|
||||
readBy = 1,
|
||||
unreadBy = 1,
|
||||
hasAttachments = false,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue