mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 04:40:28 +03:00
Fixed eslint error
This commit is contained in:
parent
4106f70218
commit
929cc48cef
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
this.context.on("deviceVerificationChanged", this.onDeviceVerificationChanged);
|
||||
this.context.on("userTrustStatusChanged", this.onUserVerificationChanged);
|
||||
this.context.on("crossSigning.keysChanged", this.onCrossSigningKeysChanged);
|
||||
this.context.on("Event.decrypted", this.onEventDecrypted);
|
||||
this.context.on("Event.decrypted", this.onEventDecrypted);
|
||||
this.context.on("event", this.onEvent);
|
||||
// Start listening for RoomViewStore updates
|
||||
this.roomStoreToken = RoomViewStore.addListener(this.onRoomViewStoreUpdate);
|
||||
|
|
Loading…
Reference in a new issue