Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Add config option to auto-join new users to rooms #2545

Merged
merged 3 commits into from Oct 17, 2017

Conversation

Projects
None yet
4 participants
Member

dbkr commented Oct 16, 2017

New users who register on the server will be dumped into all rooms in
auto_join_rooms in the config.

Add config option to auto-join new users to rooms
New users who register on the server will be dumped into all rooms in
auto_join_rooms in the config.

ooi, how does this react with riot-bot?

Member

dbkr commented Oct 16, 2017

riot-bot is done on the client and creates a new room each time, so I guess will continue to be on the client side - other than that, they'll probably stay fairly separate.

dbkr added some commits Oct 17, 2017

@dbkr dbkr merged commit 4e242b3 into develop Oct 17, 2017

6 of 8 checks passed

Sytest Dendron (Commit) Build #2804 origin/dbkr/auto_join_rooms failed in 4 min 35 sec
Details
Sytest Dendron (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #3639 origin/dbkr/auto_join_rooms succeeded in 3 min 58 sec
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #3740 origin/dbkr/auto_join_rooms succeeded in 2 min 51 sec
Details
Sytest SQLite (Merged PR) Build finished.
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
Contributor

maxidor commented Oct 24, 2017

Could this be moved somewhere reachable by password providers? Else this is only available for users that directly register on the homeserver and not to users within LDAP on first login, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment