Accept profile keys for unknown members in groups
This commit is contained in:
parent
c892febdbc
commit
b6f1b8b577
4 changed files with 57 additions and 32 deletions
|
@ -5464,7 +5464,7 @@ function profileKeyHasChanged(
|
|||
function hasProfileKey(userId: ServiceIdString) {
|
||||
const conversation = window.ConversationController.get(userId);
|
||||
if (!conversation) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
const existingBase64 = conversation.get('profileKey');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue