diff --git a/SessionMessagingKit/Shared Models/SessionThreadViewModel.swift b/SessionMessagingKit/Shared Models/SessionThreadViewModel.swift index 8cafd4535..71a7ed98a 100644 --- a/SessionMessagingKit/Shared Models/SessionThreadViewModel.swift +++ b/SessionMessagingKit/Shared Models/SessionThreadViewModel.swift @@ -957,6 +957,7 @@ public extension SessionThreadViewModel { WHERE ( (\(groupMember[.profileId]) = \(contactProfile[.id]) OR \(contact[.id]) = \(threadId)) AND + \(contact[.id]) <> \(userPublicKey) AND \(contact[.lastKnownClientVersion]) = \(FeatureVersion.legacyDisappearingMessages) ) ) AS \(ViewModel.Columns.outdatedMemberId),