fix an issue where deleted messages won't show profile picture in groups

pull/731/head
Ryan ZHAO 4 months ago
parent c473c6cb23
commit c02c3abd73

@ -456,7 +456,7 @@ public struct MessageViewModel: FetchableRecordWithRowId, Decodable, Equatable,
canHaveProfile: (
// Only group threads and incoming messages
isGroupThread &&
self.variant == .standardIncoming
(self.variant == .standardIncoming || self.variant == .standardIncomingDeleted)
),
shouldShowProfile: (
// Only group threads

Loading…
Cancel
Save