[telepathy-butterfly/master] The publish have to contains every allowed contacts, not only the ones having us in their contact list

Louis-Francis Ratté-Boulianne louis-francis.ratte-boulianne at collabora.co.uk
Tue Aug 4 14:05:01 PDT 2009


---
 butterfly/channel/contact_list.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/butterfly/channel/contact_list.py b/butterfly/channel/contact_list.py
index f537565..bf299bc 100644
--- a/butterfly/channel/contact_list.py
+++ b/butterfly/channel/contact_list.py
@@ -287,7 +287,7 @@ class ButterflyPublishListChannel(ButterflyListChannel,
         return result
 
     def _filter_contact(self, contact):
-        return (contact.is_member(papyon.Membership.REVERSE),
+        return (contact.is_member(papyon.Membership.ALLOW),
                 contact.is_member(papyon.Membership.PENDING),
                 False)
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list