Fix small formatting error

pull/216/head
Nicolas Werner 5 years ago
parent b9631753dd
commit 0a23615dd7
  1. 2
      src/ChatPage.cpp

@ -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…
Cancel
Save