mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-12-01 22:58:49 +03:00
Fix small formatting error
This commit is contained in:
parent
b9631753dd
commit
0a23615dd7
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ ChatPage::startInitialSync()
|
||||||
nhlog::net()->info("trying initial sync");
|
nhlog::net()->info("trying initial sync");
|
||||||
|
|
||||||
mtx::http::SyncOpts opts;
|
mtx::http::SyncOpts opts;
|
||||||
opts.timeout = 0;
|
opts.timeout = 0;
|
||||||
opts.set_presence = currentPresence();
|
opts.set_presence = currentPresence();
|
||||||
|
|
||||||
http::client()->sync(
|
http::client()->sync(
|
||||||
|
|
Loading…
Reference in a new issue