Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Apr 9, 2024
1 parent 02525fe commit 27a1c84
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { communitiesActions } from '../communities.slice'
import { identityActions } from '../../identity/identity.slice'
import { createRootCA } from '@quiet/identity'
import { type Community, CommunityOwnership, type Identity, SocketActionTypes } from '@quiet/types'
import { generateDmKeyPair } from '../../../utils/cryptography/cryptography'
import { Socket, applyEmitParams } from '../../../types'

export function* createNetworkSaga(
Expand Down Expand Up @@ -55,8 +54,6 @@ export function* createNetworkSaga(
yield* put(communitiesActions.setInvitationCodes(invitationPeers))
}

const dmKeys = yield* call(generateDmKeyPair)

// Identities are tied to communities for now
const identity: Identity = {
id: community.id,
Expand Down

0 comments on commit 27a1c84

Please sign in to comment.