pull/655/head
Ryan Zhao 2 years ago
parent 01c0f8152c
commit 98c5c996fc

@ -197,16 +197,6 @@ public class ConversationViewModel: OWSAudioPlayerDelegate {
return SQL("LEFT JOIN \(Profile.self) ON \(profile[.id]) = \(interaction[.authorId])")
}()
),
PagedData.ObservedChanges(
table: Quote.self,
columns: [.body, .attachmentId],
joinToPagedType: {
let interaction: TypedTableAlias<Interaction> = TypedTableAlias()
let quote: TypedTableAlias<Quote> = TypedTableAlias()
return SQL("LEFT JOIN \(Quote.self) ON \(quote[.interactionId]) = \(interaction[.id])")
}()
)
],
joinSQL: MessageViewModel.optimisedJoinSQL,

Loading…
Cancel
Save