You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
not sure how these happened :/
This commit is contained in:
@@ -44,7 +44,7 @@ export default class EmbeddedPage extends React.PureComponent {
|
||||
constructor(props, context) {
|
||||
super(props, context);
|
||||
|
||||
this.dispatcherRef = null;
|
||||
this._dispatcherRef = null;
|
||||
|
||||
this.state = {
|
||||
page: '',
|
||||
|
||||
@@ -431,7 +431,7 @@ export default class GroupView extends React.Component {
|
||||
|
||||
this._initGroupStore(this.props.groupId, true);
|
||||
|
||||
this.dispatcherRef = dis.register(this._onAction);
|
||||
this._dispatcherRef = dis.register(this._onAction);
|
||||
this._rightPanelStoreToken = RightPanelStore.getSharedInstance().addListener(this._onRightPanelStoreUpdate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user