Skip to content
Snippets Groups Projects
Commit a0142515 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

MessageChannel: add connection type

Change-Id: I99787c238fae6990dcc18d013bdf827359074ab2
parent 24da6597
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,11 @@ MessageChannelHandler::connect(const DeviceId& deviceId, const std::string&, Con
return;
}
pimpl_->connectionManager_.connectDevice(deviceId,
channelName,
std::move(cb));
channelName,
std::move(cb),
false,
false,
MIME_TYPE_GIT);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment