Storage Service: Fetch updates on any group record merge

This commit is contained in:
Scott Nonnenberg 2024-10-02 23:45:58 +10:00 committed by GitHub
parent a527b88867
commit 85cf445924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 153 additions and 97 deletions

View file

@ -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