emit join error over own dispatcher, meh

pull/21833/head
Bruno Windels 2018-11-22 18:57:37 +00:00
parent 368ef9e8e8
commit 04bb13bb7b
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import dis from '../dispatcher';
import {Store} from 'flux/utils'; import {Store} from 'flux/utils';
import MatrixClientPeg from '../MatrixClientPeg'; import MatrixClientPeg from '../MatrixClientPeg';
import sdk from '../index'; import sdk from '../index';
@ -191,7 +190,7 @@ export class RoomViewStore extends Store {
// stream yet, and that's the point at which we'd consider // stream yet, and that's the point at which we'd consider
// the user joined to the room. // the user joined to the room.
}, (err) => { }, (err) => {
dis.dispatch({ this.getDispatcher().dispatch({
action: 'join_room_error', action: 'join_room_error',
err: err, err: err,
}); });