Fixed warning

This commit is contained in:
M66B 2021-10-14 20:21:07 +02:00
parent f36ad91aaa
commit 928a9ed188
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public interface DaoMessage {
" AND ui_hide")
LiveData<List<Long>> liveHiddenThread(long account, String thread);
@Query("SELECT * FROM message" +
@Query("SELECT message.* FROM message" +
" JOIN folder_view AS folder ON folder.id = message.folder" +
" WHERE message.account = :account" +
" AND message.thread = :thread" +