Emit the buddy-left signal
This commit is contained in:
parent
12cd353620
commit
043d3b0ee7
@ -325,6 +325,9 @@ class Activity(gobject.GObject):
|
|||||||
for contact_handle in added:
|
for contact_handle in added:
|
||||||
self.emit('buddy-joined', Buddy(self.telepathy_conn, contact_handle))
|
self.emit('buddy-joined', Buddy(self.telepathy_conn, contact_handle))
|
||||||
|
|
||||||
|
for contact_handle in removed:
|
||||||
|
self.emit('buddy-left', Buddy(self.telepathy_conn, contact_handle))
|
||||||
|
|
||||||
def join(self):
|
def join(self):
|
||||||
"""Join this activity.
|
"""Join this activity.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user