mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Restore notifications on boot/update
This commit is contained in:
@@ -436,6 +436,9 @@ public interface DaoMessage {
|
||||
" WHERE id = :id")
|
||||
int setMessageSnoozed(long id, Long wakeup);
|
||||
|
||||
@Query("UPDATE message SET notifying = 0")
|
||||
int clearNotifyingMessages();
|
||||
|
||||
@Query("DELETE FROM message WHERE id = :id")
|
||||
int deleteMessage(long id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user