mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:53:41 +08:00
remove useless binding
This commit is contained in:
parent
30ccdf3fb7
commit
74f1db11e9
|
@ -365,7 +365,7 @@ Discourse.User = Discourse.Model.extend({
|
|||
}
|
||||
}
|
||||
return Discourse.Utilities.defaultHomepage();
|
||||
}.property("trust_level", "hasBeenSeenInTheLastMonth", "Discourse.Site.has_enough_topic_to_redirect_to_top_page"),
|
||||
}.property("trust_level", "hasBeenSeenInTheLastMonth"),
|
||||
|
||||
updateMutedCategories: function() {
|
||||
this.set("mutedCategories", Discourse.Category.findByIds(this.muted_category_ids));
|
||||
|
|
Loading…
Reference in New Issue
Block a user