mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 23:41:29 +03:00
fix types around sending stickers
This commit is contained in:
parent
c21445c406
commit
ba7604fd44
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
private injectSticker(url, info, text) {
|
private injectSticker(url: string, info: object, text: string) {
|
||||||
if (this.context.isGuest()) {
|
if (this.context.isGuest()) {
|
||||||
dis.dispatch({action: 'require_registration'});
|
dis.dispatch({action: 'require_registration'});
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue