mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Change to 'roomname' instead of 'name'.
This commit is contained in:
parent
c89b6e1e27
commit
e102000e58
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ export const CommandMap = {
|
|||
},
|
||||
}),
|
||||
|
||||
name: new Command({
|
||||
name: 'name',
|
||||
roomname: new Command({
|
||||
name: 'roomname',
|
||||
args: '<name>',
|
||||
description: _td('Sets the room name'),
|
||||
runFn: function(roomId, args) {
|
||||
|
|
Loading…
Reference in a new issue