remove a fixme
This commit is contained in:
parent
844dfd8096
commit
0372f162e9
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ class SignalObject(DbusPrototype):
|
||||||
return None
|
return None
|
||||||
if jid.startswith('xmpp://'):
|
if jid.startswith('xmpp://'):
|
||||||
jid = jid[7:] # len('xmpp://') = 7
|
jid = jid[7:] # len('xmpp://') = 7
|
||||||
#FIXME: does not work :(((
|
|
||||||
|
|
||||||
if account:
|
if account:
|
||||||
accounts = [account]
|
accounts = [account]
|
||||||
|
|
Loading…
Add table
Reference in a new issue