mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix ifdef guard (should have been OMEMO)
This commit is contained in:
parent
9ecc14c95d
commit
c94f3d0b4a
@ -221,7 +221,7 @@ sv_ev_lost_connection(void)
|
|||||||
#ifdef HAVE_LIBGPGME
|
#ifdef HAVE_LIBGPGME
|
||||||
p_gpg_on_disconnect();
|
p_gpg_on_disconnect();
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBGPGME
|
#ifdef HAVE_OMEMO
|
||||||
omemo_on_disconnect();
|
omemo_on_disconnect();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user