deltachat / deltachat-node

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

Add ephemeral messages support #444

Closed link2xt closed 4 years ago

link2xt commented 4 years ago

DC_EVENT_MSG_DELETE_TIMEOUT_CHANGED is now gone, setTimeout is removed and the logic is moved into https://github.com/deltachat/deltachat-core-rust/pull/1540

So hopefully this PR only needs a straightforward rebasing once #456 is merged.