quick and dirty support for custom welcome pages, with an example for geektime techfest
This commit is contained in:
parent
34df6ea242
commit
a967ddd1cb
5 changed files with 32 additions and 3 deletions
|
@ -16,6 +16,7 @@ limitations under the License.
|
|||
|
||||
/** The types of page which can be shown by the LoggedInView */
|
||||
export default {
|
||||
HomePage: "home_page",
|
||||
RoomView: "room_view",
|
||||
UserSettings: "user_settings",
|
||||
CreateRoom: "create_room",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue