1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-27 15:01:53 +03:00

Re-add dispatcher as alt-up/down uses it

Alt-up/down still doesn't go through rooms in the right order,
but it should probably not error.
This commit is contained in:
David Baker
2017-01-25 14:59:18 +00:00
parent c47d3e04a5
commit b34f63d3e7

View File

@ -21,6 +21,7 @@ import KeyCode from '../../KeyCode';
import Notifier from '../../Notifier'; import Notifier from '../../Notifier';
import PageTypes from '../../PageTypes'; import PageTypes from '../../PageTypes';
import sdk from '../../index'; import sdk from '../../index';
import dis from '../../dispatcher';
/** /**
* This is what our MatrixChat shows when we are logged in. The precise view is * This is what our MatrixChat shows when we are logged in. The precise view is