This commit is contained in:
M66B 2021-01-01 17:33:10 +01:00
parent 1b43d5812e
commit fb98adf899
1 changed files with 0 additions and 3 deletions

View File

@ -749,9 +749,6 @@ public interface DaoMessage {
@Query("UPDATE message SET ui_unsnoozed = :unsnoozed WHERE id = :id AND NOT (ui_unsnoozed IS :unsnoozed)")
int setMessageUnsnoozed(long id, boolean unsnoozed);
@Query("UPDATE message SET uidl = :uidl WHERE id = :id AND NOT (uidl IS :uidl)")
int setMessageUidl(long id, String uidl);
@Query("UPDATE message SET notifying = 0 WHERE NOT (notifying IS 0)")
int clearNotifyingMessages();