Storage Service: Fetch updates on any group record merge
This commit is contained in:
parent
a527b88867
commit
85cf445924
6 changed files with 153 additions and 97 deletions
|
@ -2366,9 +2366,9 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
if (didResponseChange) {
|
||||
if (response === messageRequestEnum.ACCEPT) {
|
||||
// Only add a message when the user took an explicit action to accept
|
||||
// the message request on one of their devices
|
||||
if (!viaStorageServiceSync) {
|
||||
// Only add a message if the user unblocked this conversation, or took an
|
||||
// explicit action to accept the message request on one of their devices
|
||||
if (!viaStorageServiceSync || didUnblock) {
|
||||
drop(
|
||||
this.addMessageRequestResponseEventMessage(
|
||||
didUnblock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue