2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Provided Window::SessionController to ShareGameScoreByHash.

This commit is contained in:
23rd
2022-02-23 09:59:51 +03:00
committed by John Preston
parent ca7f4ffed9
commit c0ae4b86a6
3 changed files with 38 additions and 21 deletions

View File

@@ -163,7 +163,7 @@ bool ShareGameScore(
const auto params = url_parse_params(
match->captured(1),
qthelp::UrlParamNameTransform::ToLower);
ShareGameScoreByHash(&controller->session(), params.value(qsl("hash")));
ShareGameScoreByHash(controller, params.value(qsl("hash")));
return true;
}