summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index 6d05f472..8e26b355 100644
--- a/src/core.py
+++ b/src/core.py
@@ -387,7 +387,7 @@ class Core(object):
When a new user joins a groupchat
"""
room.users.append(User(from_nick, affiliation,
- show, status, role))
+ show, status, role, jid))
hide_exit_join = config.get('hide_exit_join', -1)
if hide_exit_join != 0:
if not jid.full: