mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +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");
|
||||
|
||||
mtx::http::SyncOpts opts;
|
||||
opts.timeout = 0;
|
||||
opts.timeout = 0;
|
||||
opts.set_presence = currentPresence();
|
||||
|
||||
http::client()->sync(
|
||||
|
|
Loading…
Reference in a new issue