aboutsummaryrefslogtreecommitdiff
path: root/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'connection.cpp')
-rw-r--r--connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/connection.cpp b/connection.cpp
index 00116c5f..01d7461d 100644
--- a/connection.cpp
+++ b/connection.cpp
@@ -461,6 +461,7 @@ User* Connection::user(const QString& userId)
return d->userMap.value(userId);
auto* user = userFactory(this, userId);
d->userMap.insert(userId, user);
+ emit newUser(user);
return user;
}