Skip to content
Snippets Groups Projects
Commit f8ddefb6 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix var reference

parent 7815ce19
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ class CommonConnection:
self.check_jid(obj.jid)
except helpers.InvalidFormat:
app.nec.push_incoming_event(InformationEvent(
None, dialog_name='invalid-jid', args=jid))
None, dialog_name='invalid-jid', args=obj.jid))
return
if obj.message and not obj.xhtml and app.config.get(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment