remove admin's ability to manage members of default channel (fixes #172)
Этот коммит содержится в:
@@ -177,7 +177,7 @@ var UserStore = assign({}, EventEmitter.prototype, {
|
||||
},
|
||||
getCurrentMentionKeys: function() {
|
||||
var user = this.getCurrentUser();
|
||||
if (user.notify_props && user.notify_props.mention_keys) {
|
||||
if (user && user.notify_props && user.notify_props.mention_keys) {
|
||||
var keys = user.notify_props.mention_keys.split(',');
|
||||
|
||||
if (user.full_name.length > 0 && user.notify_props.first_name === "true") {
|
||||
|
||||
Ссылка в новой задаче
Block a user