Always refetch profile key credential if expired
This commit is contained in:
parent
2f252b8e26
commit
a4cf2e0948
4 changed files with 61 additions and 37 deletions
|
@ -196,10 +196,6 @@ function* getFilteredConversations(
|
|||
(conversation.id === ourConversationId ||
|
||||
!conversationIdsSeen.has(conversation.id))
|
||||
) {
|
||||
conversation.set({
|
||||
profileKeyCredential: null,
|
||||
profileKeyCredentialExpiration: null,
|
||||
});
|
||||
conversationIdsSeen.add(conversation.id);
|
||||
yield conversation;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue