FEATURE: Public groups.
This commit is contained in:
@@ -114,7 +114,8 @@ const Group = Discourse.Model.extend({
|
||||
flair_url: this.get('flair_url'),
|
||||
flair_bg_color: this.get('flairBackgroundHexColor'),
|
||||
flair_color: this.get('flairHexColor'),
|
||||
bio_raw: this.get('bio_raw')
|
||||
bio_raw: this.get('bio_raw'),
|
||||
public: this.get('public')
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user