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

feat: Contact::create_ex: Don't send sync message if nothing changed (#5705) #5749

Open iequidoo opened 3 days ago

iequidoo commented 3 days ago

Follow-up to 5fa7cff46. Let's still not send a sync message if the contact wasn't modified. This is not very important, but just for consistency with the chat::rename_ex() behaviour.