* User.isGroupMember() can now take a string or array of strings to check
* Add WELCOME2.ANS * Disallow "all" as a username * Check group membership when switching areas
This commit is contained in:
BIN
mods/art/WELCOME2.ANS
Normal file
BIN
mods/art/WELCOME2.ANS
Normal file
Binary file not shown.
@@ -1066,7 +1066,7 @@
|
||||
}
|
||||
{
|
||||
value: { 1: 1 }
|
||||
action: @menu:messageArea
|
||||
action: @systemMethod:prevMenu
|
||||
}
|
||||
{
|
||||
value: { 1: 2 }
|
||||
|
||||
@@ -144,7 +144,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
|
||||
to : mle.toUserName,
|
||||
ts : moment(mle.modTimestamp).format(dateTimeFormat),
|
||||
newIndicator : mle.messageId > self.lastReadId ? newIndicator : '',
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
msgListView.setItems(_.map(self.messageList, function formatMsgListEntry(mle) {
|
||||
|
||||
Reference in New Issue
Block a user