[Bug 28680] Should cache members of group chats

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 23 16:59:16 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28680

Simon McVittie <simon.mcvittie at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|telepathy-bugs at lists.freede |guillaume.desmottes at collabo
                   |sktop.org                   |ra.co.uk

--- Comment #2 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-06-23 07:59:16 PDT ---
r+, but I have an additional complaint about a pre-existing bug:

@@ -224,9 +171,8 @@ pendingproc_get_my_contact (TplActionChain *ctx,
       TP_CHANNEL (tpl_text));
   TpHandle my_handle = tp_connection_get_self_handle (tp_conn);

-  tpl_text->priv->selector = TP_CONTACT_MYSELF;
   tp_connection_get_contacts_by_handle (tp_conn, 1, &my_handle,
-      G_N_ELEMENTS (features), features, got_contact_cb, ctx, NULL, NULL);
+      G_N_ELEMENTS (features), features, get_self_contact_cb, ctx, NULL,
NULL);

In a chatroom, shouldn't this be the channel-specific self-handle, if any?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list