1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00
This commit is contained in:
Michael Telatynski
2019-11-12 12:26:07 +00:00
parent 2b34cf4362
commit f5d467b391
3 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@ import { _t, _td } from '../../../languageHandler';
import sdk from '../../../index';
import MatrixClientPeg from '../../../MatrixClientPeg';
import dis from '../../../dispatcher';
import Promise from 'bluebird';
import { addressTypes, getAddressType } from '../../../UserAddress.js';
import GroupStore from '../../../stores/GroupStore';
import * as Email from '../../../email';