mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Expandable messages
This commit is contained in:
@@ -75,9 +75,6 @@ public interface DaoAccount {
|
||||
@Update
|
||||
void updateAccount(EntityAccount account);
|
||||
|
||||
@Query("UPDATE account SET seen_until = :time WHERE id = :id")
|
||||
int setAccountSeenUntil(long id, long time);
|
||||
|
||||
@Query("UPDATE account SET state = :state WHERE id = :id")
|
||||
int setAccountState(long id, String state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user