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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user