You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Change to 'roomname' instead of 'name'.
This commit is contained in:
@@ -135,8 +135,8 @@ export const CommandMap = {
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
||||||
name: new Command({
|
roomname: new Command({
|
||||||
name: 'name',
|
name: 'roomname',
|
||||||
args: '<name>',
|
args: '<name>',
|
||||||
description: _td('Sets the room name'),
|
description: _td('Sets the room name'),
|
||||||
runFn: function(roomId, args) {
|
runFn: function(roomId, args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user