Don't show unread icon when taken from party
This commit is contained in:
parent
0cdd7445c3
commit
ac18f79d99
|
@ -51,6 +51,7 @@
|
|||
Me.TakenFromParty = True
|
||||
Me.index = 1
|
||||
Me.TempNewMail = Items.MailItem.GetMailDataFromString(PartyMailItem.AdditionalData)
|
||||
Me.TempNewMail.MailRead = True
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
|
Loading…
Reference in New Issue