diff --git a/SessionMessagingKit/Shared Models/MessageViewModel.swift b/SessionMessagingKit/Shared Models/MessageViewModel.swift index 1d38892fe..3815a73fb 100644 --- a/SessionMessagingKit/Shared Models/MessageViewModel.swift +++ b/SessionMessagingKit/Shared Models/MessageViewModel.swift @@ -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