2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +00:00

0.8.26.dev version with fixed schema

This commit is contained in:
John Preston
2015-06-17 00:01:43 +03:00
parent 5fadfed47a
commit 05ac97526e
23 changed files with 186 additions and 46 deletions

View File

@@ -2052,9 +2052,9 @@ namespace App {
}
}
void openUserByName(const QString &username, bool toProfile) {
void openUserByName(const QString &username, bool toProfile, const QString &start, const QString &startToken) {
if (App::main()) {
App::main()->openUserByName(username, toProfile);
App::main()->openUserByName(username, toProfile, start, startToken);
}
}