deltachat / deltachat-node

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

Use int64 to dcn_contact_get_last_seen() #534

Closed Jikstra closed 2 years ago

Jikstra commented 2 years ago

The int type in c is most likely often a int64, but it's better to enforce it with a type. Plus who knows what that napi method is doing.

closes #531

Simon-Laux commented 2 years ago

test fails in ci, otherwise LGTM