aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1e2e6d9..951ea6c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -135,6 +135,8 @@ int main(int argc, char **argv)
lock_guard<recursive_mutex> lock(channelMessageMutex);
// TODO: Update users side panel
//chatWindow.addUser(request);
+ if(request.waitedToJoin)
+ fprintf(stderr, "Waited to join. We were added to room by %s\n", request.addedByUser->publicKey.toString().c_str());
request.user->nickname = "Anonymous";
lastFocusedTimer.restart();
};