deltachat / deltachat-node

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

Core 1.47 #485

Closed Simon-Laux closed 3 years ago

Simon-Laux commented 3 years ago

upgrade core and adjust api to the breaking changes and addition of quotes.

I haven't adjusted the tests, yet, they seem to run fine anyway... seriously we gotta rethink the testing for this project.[with the changes I made the tests should be broken] (converting it to typescript could be a first step and then possibly moving it to a different test framework)

Simon-Laux commented 3 years ago

somehow I still get this error when trying to set a quote: DC_EVENT_WARNING 0 deltachat-ffi/src/lib.rs:3312: failed to set quote: Message without Message-Id cannot be quoted

Simon-Laux commented 3 years ago

the tests seem to be still running, I'll make an issue for fixing them and merge this so we can continue with an 1.48 core pr.