1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

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
}