hotfix(nim): Can't start the app

remove duplicate nim slot; looks like a rebase gone wrong

Fixes being unable to build/start the app

Closes #6599
This commit is contained in:
Lukáš Tinkl 2022-07-25 10:39:41 +02:00 committed by r4bbit.eth
parent 6b9b5f20a8
commit fa93b08064
1 changed files with 0 additions and 3 deletions

View File

@ -188,6 +188,3 @@ QtObject:
proc hasReceivedVerificationRequestFrom*(self: View, fromId: string): bool {.slot.} =
result = self.delegate.hasReceivedVerificationRequestFrom(fromId)
proc acceptContactRequest*(self: View, publicKey: string) {.slot.} =
self.delegate.acceptContactRequest(publicKey)