remove a fixme
This commit is contained in:
parent
844dfd8096
commit
0372f162e9
|
@ -198,7 +198,6 @@ class SignalObject(DbusPrototype):
|
|||
return None
|
||||
if jid.startswith('xmpp://'):
|
||||
jid = jid[7:] # len('xmpp://') = 7
|
||||
#FIXME: does not work :(((
|
||||
|
||||
if account:
|
||||
accounts = [account]
|
||||
|
|
Loading…
Reference in New Issue