Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into develop

pull/21833/head
Luke Barnard 2017-09-19 16:36:51 +01:00
commit 668e096194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import {MatrixClient} from 'matrix-js-sdk';
import UserSettingsStore from '../../../UserSettingsStore';
import Promise from 'bluebird';
const BULK_REQUEST_DEBOUNCE_MS = 200;