Drop profile on missing profile key, drop avatar on download 403

This commit is contained in:
Scott Nonnenberg 2019-06-05 16:26:07 -07:00 committed by Ken Powers
parent f4cb1194c6
commit 3505ab9198
2 changed files with 58 additions and 10 deletions

View file

@ -1119,6 +1119,8 @@
details.profileKey
);
conversation.setProfileKey(profileKey);
} else {
conversation.dropProfileKey();
}
if (typeof details.blocked !== 'undefined') {