Fix ifdef guard (should have been OMEMO)
This commit is contained in:
@@ -221,7 +221,7 @@ sv_ev_lost_connection(void)
|
||||
#ifdef HAVE_LIBGPGME
|
||||
p_gpg_on_disconnect();
|
||||
#endif
|
||||
#ifdef HAVE_LIBGPGME
|
||||
#ifdef HAVE_OMEMO
|
||||
omemo_on_disconnect();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user