Skip to content

Commit

Permalink
Update MailCore/Models/Message.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Perignon <valentin.perignon@infomaniak.com>
  • Loading branch information
adrien-coye and valentinperignon committed Jun 9, 2023
1 parent ff4b6a6 commit d8113fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/Models/Message.swift
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public final class Body: EmbeddedObject, Codable {
@Persisted public var type: String?
@Persisted public var subBody: String?

// Store compressed data to reduce realm size.
/// Store compressed data to reduce realm size.
@Persisted var valueData: Data?
}

Expand Down

0 comments on commit d8113fa

Please sign in to comment.