Fetch TpContact avatar information upon creation.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 1 Oct 2010 03:13:50 +0000 (20:13 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 1 Oct 2010 03:13:54 +0000 (20:13 -0700)
Fixes bgo#630347.

NEWS
backends/telepathy/lib/tpf-persona-store.vala

diff --git a/NEWS b/NEWS
index b6952bb..078ae28 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,7 @@ Bugs fixed:
 * Bug 629331 — BackendStore.load_backends and the prepare() functions should
   be idempotent.
 * Bug 629008 — Add a test for Persona additions
+* Bug 630347 — Avatars are always NULL
 
 Overview of changes from libfolks 0.1.16 to libfolks 0.1.17
 ===========================================================
index 3448748..47fa7de 100644 (file)
@@ -38,6 +38,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
   private static ContactFeature[] contact_features =
       {
         ALIAS,
+        AVATAR_DATA,
+        AVATAR_TOKEN,
         CAPABILITIES,
         PRESENCE
       };