Revert "Reset FTS on disabling account"

This reverts commit 0403c81bd5.
This commit is contained in:
M66B
2023-12-20 21:02:59 +01:00
parent 435aa733d6
commit 1f454909d3
10 changed files with 10 additions and 26 deletions

View File

@@ -478,8 +478,6 @@ 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) {