mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
@@ -139,7 +139,7 @@ const Group = RestModel.extend({
|
||||
|
||||
@computed("visibility_level")
|
||||
isPrivate(visibilityLevel) {
|
||||
return visibility_level > 1;
|
||||
return visibilityLevel > 1;
|
||||
},
|
||||
|
||||
@observes("isPrivate", "canEveryoneMention")
|
||||
|
||||
Reference in New Issue
Block a user