Skip to content

Commit eca369b

Browse files
committed
fix: do not fetch user info twice during start of teh client
will avoid double inits of many things including the end to end encryption Signed-off-by: Matthieu Gallien <[email protected]>
1 parent bfde845 commit eca369b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gui/connectionvalidator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ void ConnectionValidator::slotCapabilitiesRecieved(const QJsonDocument &json)
277277
slotUserFetched(nullptr);
278278
return;
279279
}
280-
281-
fetchUser();
282280
}
283281

284282
void ConnectionValidator::fetchUser()

0 commit comments

Comments
 (0)