You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
rest users dont need to be admin
This commit is contained in:
@@ -56,8 +56,7 @@ module.exports = class RestSessionCreator {
|
||||
'-c homeserver.yaml',
|
||||
`-u ${username}`,
|
||||
`-p ${password}`,
|
||||
// '--regular-user',
|
||||
'-a', //until PR gets merged
|
||||
'--no-admin',
|
||||
this.hsUrl
|
||||
];
|
||||
const registerCmd = `./scripts/register_new_matrix_user ${registerArgs.join(' ')}`;
|
||||
|
||||
Reference in New Issue
Block a user