> /* FIXME: should check against the Connection's self-handle too, > * after I add that API */ but that API has been added: > TpHandle tp_connection_get_self_handle (TpConnection *self);
connection's self-handle is already checked with > if (handle == self->priv->group_self_handle || > handle == tp_connection_get_self_handle (self->priv->connection)) > { ... } the branch removes the misleading FIXME comment.
review+, and since it's so trivial, I just merged it. The actual bug was fixed in 0.7.26, according to the git log.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.