no need to send this event
This commit is contained in:
parent
587ff07b1a
commit
ce71639c4f
|
@ -1525,7 +1525,6 @@ class Connection:
|
||||||
|
|
||||||
def _continue_unsubscribe(self, con, iq_obj, agent):
|
def _continue_unsubscribe(self, con, iq_obj, agent):
|
||||||
self.connection.getRoster().delItem(agent)
|
self.connection.getRoster().delItem(agent)
|
||||||
self.dispatch('AGENT_REMOVED', agent)
|
|
||||||
|
|
||||||
def unsubscribe_agent(self, agent):
|
def unsubscribe_agent(self, agent):
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
|
|
Loading…
Reference in New Issue