OMEMO - Removed start session after roster received

Reduce the request during startup of profanity
Removed omemo_start_sessions from sv_ev_roster_received
This commit is contained in:
Stefan
2021-02-15 19:52:53 +01:00
committed by Maximilian Wuttke
parent a4ec8530a9
commit b460d427bc

View File

@@ -195,10 +195,6 @@ sv_ev_roster_received(void)
const char* fulljid = connection_get_fulljid();
plugins_on_connect(account_name, fulljid);
#ifdef HAVE_OMEMO
omemo_start_sessions();
#endif
}
void