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

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

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

Loading…
Cancel
Save