Integrate message requests with storage service

This commit is contained in:
Josh Perez 2020-07-22 12:47:59 -04:00 committed by Scott Nonnenberg
parent 9433a1de99
commit 0f8a60acc3
3 changed files with 47 additions and 35 deletions

View file

@ -955,7 +955,9 @@
fromContact ||
hasSentMessages ||
hasMessagesBeforeMessageRequests ||
hasNoMessages
// an empty conversation is the scenario where we need to rely on
// whether the profile has already been shared or not
(hasNoMessages && this.get('profileSharing'))
);
},