* client.runtime.* renamed to client.session.*
* some work on area names - need to fix login issue & rest shoudl work
This commit is contained in:
@@ -246,6 +246,9 @@
|
||||
art: NUAFDBK
|
||||
options: { pause: true }
|
||||
next: newUserFeedbackToSysOp
|
||||
extraArgs: {
|
||||
messageAreaName: private_mail
|
||||
}
|
||||
}
|
||||
|
||||
newUserFeedbackToSysOp: {
|
||||
|
||||
@@ -61,7 +61,7 @@ require('util').inherits(AreaPostFSEModule, FullScreenEditorModule);
|
||||
|
||||
AreaPostFSEModule.prototype.enter = function(client) {
|
||||
|
||||
if(_.isString(client.user.properties.message_area_name)) {
|
||||
if(_.isString(client.user.properties.message_area_name) && !_.isString(this.messageAreaName)) {
|
||||
this.messageAreaName = client.user.properties.message_area_name;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user