Reset FTS on disabling account

This commit is contained in:
M66B
2023-12-20 18:41:40 +01:00
parent 2ca77844f4
commit 0403c81bd5
10 changed files with 26 additions and 10 deletions

View File

@@ -478,6 +478,8 @@ public class CloudSync {
}
raccount.move_to = laccount.move_to; // TODO
db.account().updateAccount(raccount);
if (!raccount.synchronize)
db.message().resetFts(raccount.id);
}
if (raccount.id != null) {