Skip to content
Snippets Groups Projects
Commit 1c536cbf authored by Adrien Béraud's avatar Adrien Béraud
Browse files

permanent put: set clientId

parent a39e2443
No related branches found
No related tags found
No related merge requests found
......@@ -976,6 +976,7 @@ DhtProxyServer::put(restinio::request_handle_t request,
#ifdef OPENDHT_PUSH_NOTIFICATIONS
if (not pushToken.empty()){
pput.pushToken = pushToken;
pput.clientId = clientId;
pput.sessionCtx = std::make_shared<PushSessionContext>();
pput.sessionCtx->sessionId = sessionId;
// notify push listen expire
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment