mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Fixed warning
This commit is contained in:
parent
f36ad91aaa
commit
928a9ed188
1 changed files with 1 additions and 1 deletions
|
@ -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" +
|
||||
|
|
Loading…
Reference in a new issue