Second implementation with matrix_synapse_rest_auth #2
@@ -19,7 +19,7 @@ abstract class RegisterState
|
||||
|
||||
// State to allow persisting in the database although an admin declined it.
|
||||
// Will be removed regularly
|
||||
const RegistrationAccepted = 6;
|
||||
const RegistrationAccepted = 7;
|
||||
const RegistrationDeclined = 13;
|
||||
|
||||
// User got successfully registered. Will be cleaned up later
|
||||
|
||||
Reference in New Issue
Block a user