Make groups a fully-fleged baked-in feature

This commit is contained in:
Luke Barnard 2017-11-10 15:42:11 +00:00
parent b68b60c04c
commit 853d33a93a
3 changed files with 6 additions and 14 deletions

View file

@ -83,9 +83,7 @@ export default class Flair extends React.Component {
componentWillMount() {
this._unmounted = false;
if (UserSettingsStore.isFeatureEnabled('feature_groups') && FlairStore.groupSupport()) {
this._generateAvatars();
}
this._generateAvatars();
this.context.matrixClient.on('RoomState.events', this.onRoomStateEvents);
}