deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
630 stars 80 forks source link

refactor: Move quota_needs_update calculation to a separate function (#5683) #5720

Closed iequidoo closed 4 days ago

iequidoo commented 1 week ago

And add a unit test for this function. At least this way we protect from the recently fixed bug when a wrong comparison operator was used. Close #5683. I think if it's verified by at least some test, it can be closed.