Skip to content

Commit

Permalink
✨ Implementing signal protocol for desktop device
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyanakuang committed Feb 1, 2024
1 parent 52005ac commit 6077187
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,5 @@ fun Routing.syncRouting() {
}
}
}

// post("sync/trustPeers") {
// getAppInstanceId(call).let { appInstanceId ->
// val signalProtocolAddress = SignalProtocolAddress(appInstanceId, 1)
// signalProtocolStore.getIdentity(signalProtocolAddress)?.let {
// val requestTrustSyncInfos: List<RequestTrustSyncInfo> = call.receive()
//
// successResponse(call)
// } ?: run {
// failResponse(call, "not trust $appInstanceId", status = HttpStatusCode.ExpectationFailed)
//
// }
// }
// }
}

0 comments on commit 6077187

Please sign in to comment.