mirror of https://github.com/vector-im/riot-web
put maySendMessage stub on stubRoom in the right place
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
ac66388a7f
commit
fd039431bc
|
@ -247,12 +247,12 @@ export function mkStubRoom(roomId = null) {
|
|||
getVersion: () => '1',
|
||||
shouldUpgradeToVersion: () => null,
|
||||
getMyMembership: () => "join",
|
||||
maySendMessage: sinon.stub().returns(true),
|
||||
currentState: {
|
||||
getStateEvents: sinon.stub(),
|
||||
mayClientSendStateEvent: sinon.stub().returns(true),
|
||||
maySendStateEvent: sinon.stub().returns(true),
|
||||
maySendEvent: sinon.stub().returns(true),
|
||||
maySendMessage: sinon.stub().returns(true),
|
||||
members: [],
|
||||
},
|
||||
tags: {
|
||||
|
|
Loading…
Reference in New Issue