From: Travis Reitter Date: Thu, 30 Sep 2010 17:09:18 +0000 (-0700) Subject: Fetch capabilities when we create TpContacts. X-Git-Tag: FOLKS_0_3_0~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c67ce8fa614f667b497de04b49f6bd7d77e0375;p=platform%2Fupstream%2Ffolks.git Fetch capabilities when we create TpContacts. Patch concept by Felix Kaser. --- diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala index cd02dd3..3448748 100644 --- a/backends/telepathy/lib/tpf-persona-store.vala +++ b/backends/telepathy/lib/tpf-persona-store.vala @@ -38,6 +38,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore private static ContactFeature[] contact_features = { ALIAS, + CAPABILITIES, PRESENCE };