mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Fixed handling commands for deleted messages
This commit is contained in:
@@ -364,6 +364,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
long id = Long.parseLong(parts[1]);
|
||||
EntityMessage message = db.message().getMessage(id);
|
||||
if (message == null)
|
||||
return;
|
||||
|
||||
switch (parts[0]) {
|
||||
case "seen":
|
||||
|
||||
Reference in New Issue
Block a user