You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
ManageEventIndex: Rewrite the docs and rename the dialog class.
This commit is contained in:
@@ -24,12 +24,10 @@ import {formatBytes} from "../../../../utils/FormattingUtils";
|
|||||||
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
|
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
|
||||||
import AccessibleButton from "../../../../components/views/elements/AccessibleButton";
|
import AccessibleButton from "../../../../components/views/elements/AccessibleButton";
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Walks the user through the process of creating an e2e key backup
|
* Allows the user to introspect the event index state and disable it.
|
||||||
* on the server.
|
|
||||||
*/
|
*/
|
||||||
export default class ManageEventIndex extends React.Component {
|
export default class ManageEventIndexDialog extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
onFinished: PropTypes.func.isRequired,
|
onFinished: PropTypes.func.isRequired,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user