mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 14:56:21 +00:00
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:
committed by
Maximilian Wuttke
parent
a4ec8530a9
commit
b460d427bc
@@ -195,10 +195,6 @@ sv_ev_roster_received(void)
|
|||||||
|
|
||||||
const char* fulljid = connection_get_fulljid();
|
const char* fulljid = connection_get_fulljid();
|
||||||
plugins_on_connect(account_name, fulljid);
|
plugins_on_connect(account_name, fulljid);
|
||||||
|
|
||||||
#ifdef HAVE_OMEMO
|
|
||||||
omemo_start_sessions();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user