mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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:
parent
a4ec8530a9
commit
b460d427bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user