This commit is contained in:
David Baker 2018-08-17 15:15:53 +01:00
parent 9f19896df0
commit 353b6e9e6d

View file

@ -256,6 +256,7 @@ export function mkStubRoom(roomId = null) {
getAccountData: () => null,
hasMembershipState: () => null,
getVersion: () => '1',
shouldUpgradeToVersion: () => null,
currentState: {
getStateEvents: sinon.stub(),
mayClientSendStateEvent: sinon.stub().returns(true),