From 2f84ebb7ef358227dc7feadf955f4ac16c9fc03c Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 30 Sep 2010 20:13:50 -0700 Subject: [PATCH] Fetch TpContact avatar information upon creation. Fixes bgo#630347. --- NEWS | 1 + backends/telepathy/lib/tpf-persona-store.vala | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index b6952bb..078ae28 100644 --- 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 =========================================================== diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala index 3448748..47fa7de 100644 --- a/backends/telepathy/lib/tpf-persona-store.vala +++ b/backends/telepathy/lib/tpf-persona-store.vala @@ -38,6 +38,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore private static ContactFeature[] contact_features = { ALIAS, + AVATAR_DATA, + AVATAR_TOKEN, CAPABILITIES, PRESENCE }; -- 2.7.4