Merge pull request #952 from matrix-org/t3chguy/fix_slashcommands

fix mis-linting - missed it in code review :(
This commit is contained in:
Matthew Hodgson 2017-05-28 21:45:25 +01:00 committed by GitHub
commit 0acfe7eddd

View File

@ -144,7 +144,7 @@ const commands = {
dis.dispatch({
action: 'view_room',
roomAlias: roomAlias,
room_alias: roomAlias,
auto_join: true,
});