Conversation
|
I thought Android relies on Wonder if we should deprecate |
|
at least on android, notifications are driven by DC_EVENT_INCOMING_MSG - and with this PR also DC_EVENT_INCOMING_REACTION. but yes, it seems at least on android only getFreshMsg().length is used - having that as getFreshMsgsCount(0) would be nicely fitting to other places where the API uses this pattern. i did not check other OS yet, however |
932e1d6 to
e5e239f
Compare
a9d3db6 to
3661482
Compare
Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
… to clone beforehand
3661482 to
28c60c3
Compare
21be89d to
1cabfb6
Compare
…ssages/reactions, thanks @iequidoo
|
thanks a lot, @iequidoo, for review and the many tips! ❤️ |
this PR adds an event for reactions received for one's own messages.
this will allow UIs to add notification for these reactions.
Screenshots at deltachat/deltachat-ios#2331 and deltachat/deltachat-android#3377