mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Merge pull request #952 from matrix-org/t3chguy/fix_slashcommands
fix mis-linting - missed it in code review :(
This commit is contained in:
commit
0acfe7eddd
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ const commands = {
|
|||
|
||||
dis.dispatch({
|
||||
action: 'view_room',
|
||||
roomAlias: roomAlias,
|
||||
room_alias: roomAlias,
|
||||
auto_join: true,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue