Fixed a bug where the typing indicator wasn't working on the home screen

pull/684/head
Morgan Pretty 2 years ago
parent 3aa231360d
commit 1afdfa8bcb

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

Loading…
Cancel
Save