0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-22 22:38:23 +02:00
dendrite/roomserver/api
Neboer 2a4c7f45b3
Add support for config "auto_join_rooms" (#2823)
Add support for config "auto_join_rooms". Now new accounts can join the
rooms in config file automatically.

### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [x] I have justified why this PR doesn't need tests.
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)

Signed-off-by: `Rubin Poster <rubinposter@gmail.com>`
2022-10-26 11:04:53 +02:00
..
alias.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00
alias_test.go Fix lint errors 2022-03-24 10:03:22 +00:00
api.go Add support for config "auto_join_rooms" (#2823) 2022-10-26 11:04:53 +02:00
api_trace.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
input.go Improve roomserver logging 2022-01-31 15:33:00 +00:00
output.go Handle state before, send history visibility in output (#2532) 2022-06-13 15:11:10 +01:00
perform.go Fix issue with DMs shown as normal rooms (#2776) 2022-10-07 16:00:12 +02:00
query.go Optimise QuerySharedUsers so that we can only work on local users (#2766) 2022-10-05 12:47:53 +01:00
wrapper.go Allow un-rejecting events on reprocessing 2022-08-24 14:03:06 +01:00