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
Fix import merge conflicts, removing any that aren't needed anymore
Many imports were removed as part of refactoring work, so here we are.
This commit is contained in:
@@ -27,11 +27,7 @@ import PropTypes from 'prop-types';
|
||||
import { _t } from '../../languageHandler';
|
||||
import { instanceForInstanceId, protocolNameForInstanceId } from '../../utils/DirectoryUtils';
|
||||
import Analytics from '../../Analytics';
|
||||
<<<<<<< HEAD
|
||||
import {getHttpUriForMxc} from "matrix-js-sdk/src/content-repo";
|
||||
=======
|
||||
import MatrixClientContext from "../../contexts/MatrixClientContext";
|
||||
>>>>>>> develop
|
||||
|
||||
const MAX_NAME_LENGTH = 80;
|
||||
const MAX_TOPIC_LENGTH = 160;
|
||||
|
||||
Reference in New Issue
Block a user