deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

Enable update of DC configurations #390

Closed nicodh closed 5 years ago

nicodh commented 5 years ago

I have no idea why there was a restriction if(dc.isConfigured()) ... return

But obviously it's not possible to update an existing configuration then.

Another issue: after running the integration test with the new updateConfiguration test I see different values in the generated database: server_flags: 131584 configured_server_flags: 131588 where the first one is correct: 131072 + 512

ralphtheninja commented 5 years ago

I have no idea why there was a restriction if(dc.isConfigured()) ... return

But obviously it's not possible to update an existing configuration then.

From the docs:

Screenshot from 2019-11-01 18-03-47