mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Document CreateRoom phases
This commit is contained in:
parent
c4764af9a2
commit
bb06b752b4
@ -25,10 +25,10 @@ module.exports = {
|
||||
},
|
||||
|
||||
phases: {
|
||||
CONFIG: "CONFIG",
|
||||
CREATING: "CREATING",
|
||||
CREATED: "CREATED",
|
||||
ERROR: "ERROR",
|
||||
CONFIG: "CONFIG", // We're waiting for user to configure and hit create.
|
||||
CREATING: "CREATING", // We're sending the request.
|
||||
CREATED: "CREATED", // We successfully created the room.
|
||||
ERROR: "ERROR", // There was an error while trying to create room.
|
||||
},
|
||||
|
||||
getDefaultProps: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user