This commit is contained in:
Régis Hanol 2016-06-28 16:49:47 +02:00
parent 214f5bff5c
commit f406b9a798
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ const User = RestModel.extend({
return {
add: _.difference(ids, oldIds),
remove: _.difference(oldIds, ids),
}
};
},
@computed("can_delete_account", "reply_count", "topic_count")