You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-23 05:41:39 +03:00
Fix name of text emote sending & fix tests
This commit is contained in:
@ -54,6 +54,7 @@ export function stubClient() {
|
||||
},
|
||||
setAccountData: sinon.stub(),
|
||||
sendTyping: sinon.stub().returns(q({})),
|
||||
sendTextMessage: () => q({}),
|
||||
sendHtmlMessage: () => q({}),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user