Do not quote the JID for /remove completion
This commit is contained in:
parent
7778ad9216
commit
91ab569e52
1 changed files with 1 additions and 1 deletions
|
@ -2013,7 +2013,7 @@ class RosterInfoTab(Tab):
|
||||||
From with any JID presence in the roster
|
From with any JID presence in the roster
|
||||||
"""
|
"""
|
||||||
jids = [jid for jid in roster.jids()]
|
jids = [jid for jid in roster.jids()]
|
||||||
return the_input.auto_completion(jids, '')
|
return the_input.auto_completion(jids, '', quotify=False)
|
||||||
|
|
||||||
def completion_name(self, the_input):
|
def completion_name(self, the_input):
|
||||||
text = the_input.get_text()
|
text = the_input.get_text()
|
||||||
|
|
Loading…
Reference in a new issue