-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
bugSomething is not workingSomething is not working
Description
- Operating System (Linux/Mac/Windows/iOS/Android): iOS / desktop
- Core Version: v2.35
- Client Version: v2.35
Expected behavior
DC_EVENT_INCOMING_MSG is not fired when a message is not fresh so it would make sense if DC_EVENT_INCOMING_REACTION (and maybe DC_EVENT_INCOMING_WEBXDC_NOTIFY, didn't test) would also not be fired when those messages are not fresh.
Actual behavior
DC_EVENT_INCOMING_MSG: only fired if message is freshDC_EVENT_INCOMING_REACTION: always fired
Steps to reproduce the problem
- open a chat on desktop
- receive a message in that chat
- get no notification for it on iOS because
DC_EVENT_INCOMING_MSGis not fired (this is good) - receive a reaction in that chat
- get a notification for it on iOS because
DC_EVENT_INCOMING_REACTIONis fired (this is not consistent with messages)
report on iOS repo: deltachat/deltachat-ios#3011
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not workingSomething is not working