PR feedback: Better handling of real name and email
This commit is contained in:
@@ -506,7 +506,7 @@ exports.getModule = class WaitingForCallerModule extends MenuModule {
|
||||
|
||||
// Current
|
||||
currentUserName: this.client.user.username,
|
||||
currentUserRealName: this.client.user.realName(),
|
||||
currentUserRealName: this.client.user.realName(false) || 'N/A',
|
||||
availIndicator: availIndicator,
|
||||
visIndicator: visIndicator,
|
||||
lastLoginUserName: lastLoginStats.userName,
|
||||
|
||||
Reference in New Issue
Block a user