Fix omemo autocompletion mitake

Don't return too early. We still need to check for regular omemo
autocompletion (omemo_ac).
This commit is contained in:
Michael Vetter
2020-04-02 23:57:06 +02:00
parent 7eec3107fc
commit 75a43f923f

View File

@@ -2399,8 +2399,6 @@ _omemo_autocomplete(ProfWin *window, const char *const input, gboolean previous)
}
}
}
return NULL;
}
#endif
}