Remove messages from notifications when read
Remove individual messages from Notifications when marked read. Previously this was only done from the conversation model when marking the entire conversation as read. Fixes #717 // FREEBIE
This commit is contained in:
parent
fd8bac2003
commit
0763cf14a3
2 changed files with 5 additions and 1 deletions
|
@ -403,7 +403,8 @@
|
|||
message : message.getNotificationText(),
|
||||
iconUrl : iconUrl,
|
||||
imageUrl : message.getImageUrl(),
|
||||
conversationId : conversationId
|
||||
conversationId : conversationId,
|
||||
messageId : message.id
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue