You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-03 00:33:22 +03:00
@@ -91,9 +91,6 @@ interface IProps {
|
||||
currentUserId?: string;
|
||||
currentGroupId?: string;
|
||||
currentGroupIsNew?: boolean;
|
||||
version?: string;
|
||||
newVersion?: string;
|
||||
newVersionReleaseNotes?: string;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
||||
@@ -226,7 +226,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||
leftDisabled: false,
|
||||
middleDisabled: false,
|
||||
|
||||
newVersionReleaseNotes: null,
|
||||
checkingForUpdate: null,
|
||||
|
||||
hideToSRUsers: false,
|
||||
|
||||
Reference in New Issue
Block a user