chore: fix vault invites

This commit is contained in:
Mo
2023-08-08 09:52:51 -05:00
parent 6b59810c70
commit 74458ab762
2 changed files with 3 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ export class ContactService extends AbstractService<ContactServiceEvent> impleme
}
findContactForInvite(invite: SharedVaultInviteServerHash): TrustedContactInterface | undefined {
return this.findContact(invite.sender_uuid)
return this.findContact(invite.user_uuid)
}
getCollaborationIDForTrustedContact(contact: TrustedContactInterface): string {