You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +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