about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-01-31 10:46:23 +0100
committerGitHub <noreply@github.com>2020-01-31 10:46:23 +0100
commit6b992ac4ec2af753439ed542298746d8af8b8226 (patch)
treea3f49c4297a23b44ae20f866916f31576cd2fad0 /src/xmpp/presence.c
parent8fba8a8958146a0fa42d649339b66604defd6297 (diff)
parent137dc15bc84c5378a6a30b4989c248638646b590 (diff)
downloadprofani-tty-6b992ac4ec2af753439ed542298746d8af8b8226.tar.gz
Merge pull request #1260 from paulfariello/fix/omemo-fingerprint-ac
Fix OMEMO fingerprint autocompletion
Diffstat (limited to 'src/xmpp/presence.c')
-rw-r--r--src/xmpp/presence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index 3eab43a8..5056c3f2 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -161,7 +161,7 @@ presence_clear_sub_requests(void)
 }
 
 char*
-presence_sub_request_find(const char *const search_str, gboolean previous)
+presence_sub_request_find(const char *const search_str, gboolean previous, void *context)
 {
     return autocomplete_complete(sub_requests_ac, search_str, TRUE, previous);
 }