Drop profile on missing profile key, drop avatar on download 403
This commit is contained in:

committed by
Ken Powers

parent
f4cb1194c6
commit
3505ab9198
@@ -1119,6 +1119,8 @@
|
||||
details.profileKey
|
||||
);
|
||||
conversation.setProfileKey(profileKey);
|
||||
} else {
|
||||
conversation.dropProfileKey();
|
||||
}
|
||||
|
||||
if (typeof details.blocked !== 'undefined') {
|
||||
|
Reference in New Issue
Block a user