mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +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