mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05: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:
parent
7eec3107fc
commit
75a43f923f
@ -2399,8 +2399,6 @@ _omemo_autocomplete(ProfWin *window, const char *const input, gboolean previous)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user