dendrite/setup/config
Neil Alexander 153bfbbea5
Merge both user API databases into one (#2186)
* Merge user API databases into one

* Remove DeviceDatabase from config

* Fix tests

* Try that again

* Clean up keyserver device keys when the devices no longer exist in the user API

* Tweak ordering

* Fix UserExists flag, device check

* Allow including empty entries so we can clean them up

* Remove logging
2022-02-18 11:31:05 +00:00
..
config_appservice.go
config_clientapi.go Allow preventing guest registration (#2199) 2022-02-18 10:12:26 +00:00
config_eduserver.go
config_federationapi.go Remove outbound proxy, http.ProxyFromEnvironment is now used (#2191) 2022-02-17 13:54:29 +01:00
config_global.go
config_jetstream.go
config_keyserver.go
config_mediaapi.go
config_mscs.go
config_roomserver.go
config_syncapi.go
config_test.go Remove outbound proxy, http.ProxyFromEnvironment is now used (#2191) 2022-02-17 13:54:29 +01:00
config_userapi.go Merge both user API databases into one (#2186) 2022-02-18 11:31:05 +00:00
config.go