From 5ab78bfd31ee2750f040c1f728c8b0a5f8485130 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Thu, 30 Sep 2010 15:54:54 +0100 Subject: [PATCH] tpf-persona-store: add the client types feature to all new TpContacts Signed-off-by: Jonny Lamb --- NEWS | 1 + backends/telepathy/lib/tpf-persona-store.vala | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 5cd1b74..4afdcf1 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ Overview of changes from libfolks 0.3.0 to libfolks 0.3.1 Bugs fixed: * Bug 630431 — notify::alias is never emitted +* Tpf.Persona.contact is now guaranteed to have its client type fetched Overview of changes from libfolks 0.1.17 to libfolks 0.3.0 ========================================================== diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala index 47fa7de..c0e566e 100644 --- a/backends/telepathy/lib/tpf-persona-store.vala +++ b/backends/telepathy/lib/tpf-persona-store.vala @@ -41,6 +41,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore AVATAR_DATA, AVATAR_TOKEN, CAPABILITIES, + CLIENT_TYPES, PRESENCE }; -- 2.7.4