diff options
-rw-r--r-- | sunshine/avatars.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sunshine/avatars.py b/sunshine/avatars.py index 86c27c9..224ec05 100644 --- a/sunshine/avatars.py +++ b/sunshine/avatars.py @@ -72,9 +72,9 @@ class SunshineAvatars(telepathy.server.ConnectionInterfaceAvatars): result = {} for handle_id in contacts: handle = self.handle(telepathy.HANDLE_TYPE_CONTACT, handle_id) - if handle == self.GetSelfHandle(): - #tutaj kiedys trzeba napisac kod odp za naszego avatara - result[handle] = "" + #if handle == self.GetSelfHandle(): + # #tutaj kiedys trzeba napisac kod odp za naszego avatara + # result[handle] = "" """ else: contact = handle.contact |