feat: enable sync messages by default

This commit is contained in:
link2xt
2023-11-02 12:47:32 +00:00
parent 939b4b2aab
commit 4e21917c0e
4 changed files with 6 additions and 1 deletions

View File

@@ -79,6 +79,9 @@ describe("basic tests", () => {
accountId = await dc.rpc.addAccount();
});
it("should block and unblock contact", async function () {
// Cannot send sync messages to self as we do not have a self address.
await dc.rpc.setConfig(accountId, "sync_msgs", "0");
const contactId = await dc.rpc.createContact(
accountId,
"example@delta.chat",