element-web/src/components/views
lukebarnard e06dd6e34a Implement auto-join rooms on registration
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.
2017-01-19 10:56:04 +01:00
..
avatars Add read receipt times to the hovertip of read markers 2016-12-08 16:23:20 +00:00
create_room update copyright for 2016 2016-01-07 04:06:52 +00:00
dialogs spell out email invites better 2017-01-12 13:46:19 +00:00
elements Use getStateKey instead of getSender 2017-01-11 17:03:14 +00:00
login Implement auto-join rooms on registration 2017-01-19 10:56:04 +01:00
messages Fix scroll jumping when a video is decrypted 2016-12-20 12:33:07 +00:00
room_settings fix race between setting canonical alias and creating aliases 2016-09-16 18:01:14 +01:00
rooms Review comments 2017-01-13 15:17:34 +00:00
settings Interactive auth for device delete 2016-10-12 08:23:08 +01:00
voip Added incomingCallBox to header and removed from roomTile 2016-09-15 14:39:34 +01:00