mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 00:21:29 +03:00
e06dd6e34a
Also: This fixes registration with a team: only the email localpart was being used to register. When a registration is successful, the user will be joined to rooms specified in the config.json teamsConfig: "teamsConfig" : { "supportEmail": "support@riot.im", "teams": [ { "name" : "matrix", "emailSuffix" : "matrix.org", "rooms" : [ { "id" : "#irc_matrix:matrix.org", "autoJoin" : true } ] } ] } autoJoin can of course be set to false if the room should only be displayed on the (forthcoming) welcome page for each team, and not auto-joined. |
||
---|---|---|
.. | ||
avatars | ||
create_room | ||
dialogs | ||
elements | ||
login | ||
messages | ||
room_settings | ||
rooms | ||
settings | ||
voip |