1
0
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:
Damir Jelić
2020-01-24 09:45:29 +01:00
parent d30fd3eac0
commit 4ea2d4f90e

View File

@@ -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,
} }