Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/11-contacts.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/11-contacts.patch b/patches/11-contacts.patch
new file mode 100644
index 0000000..bcebf89
--- /dev/null
+++ b/patches/11-contacts.patch
@@ -0,0 +1,11 @@
+--- a/libpurple/protocols/facebook/api.c
++++ b/libpurple/protocols/facebook/api.c
+@@ -2424,7 +2424,7 @@
+ priv->contacts_delta = g_strdup(is_delta ? cursor : delta_cursor);
+ }
+
+- if (users) {
++ if (users || (complete && !is_delta)) {
+ g_signal_emit_by_name(api, "contacts", users, complete);
+ }
+