Drop profile on missing profile key, drop avatar on download 403
This commit is contained in:
parent
f4cb1194c6
commit
3505ab9198
2 changed files with 58 additions and 10 deletions
|
@ -1119,6 +1119,8 @@
|
|||
details.profileKey
|
||||
);
|
||||
conversation.setProfileKey(profileKey);
|
||||
} else {
|
||||
conversation.dropProfileKey();
|
||||
}
|
||||
|
||||
if (typeof details.blocked !== 'undefined') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue