|
|
@ -134,7 +134,7 @@ public class HomeViewModel {
|
|
|
|
joinToPagedType: {
|
|
|
|
joinToPagedType: {
|
|
|
|
let typingIndicator: TypedTableAlias<ThreadTypingIndicator> = TypedTableAlias()
|
|
|
|
let typingIndicator: TypedTableAlias<ThreadTypingIndicator> = TypedTableAlias()
|
|
|
|
|
|
|
|
|
|
|
|
return SQL("LEFT JOIN \(typingIndicator[.threadId]) = \(thread[.id])")
|
|
|
|
return SQL("LEFT JOIN \(ThreadTypingIndicator.self) ON \(typingIndicator[.threadId]) = \(thread[.id])")
|
|
|
|
}()
|
|
|
|
}()
|
|
|
|
)
|
|
|
|
)
|
|
|
|
],
|
|
|
|
],
|
|
|
|