You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
less ambigious name for local dispatcher
This commit is contained in:
@@ -54,8 +54,8 @@ const INITIAL_STATE = {
|
||||
* ```
|
||||
*/
|
||||
export class RoomViewStore extends Store {
|
||||
constructor(dis) {
|
||||
super(dis);
|
||||
constructor(dispatcher) {
|
||||
super(dispatcher);
|
||||
|
||||
// Initialise state
|
||||
this._state = Object.assign({}, INITIAL_STATE);
|
||||
|
||||
Reference in New Issue
Block a user