0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-28 22:08:54 +02:00
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.go Add NATS JetStream support (#1866) 2022-01-05 17:44:49 +00:00
config_appservice.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_clientapi.go Allow preventing guest registration (#2199) 2022-02-18 10:12:26 +00:00
config_eduserver.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_federationapi.go Remove outbound proxy, http.ProxyFromEnvironment is now used (#2191) 2022-02-17 13:54:29 +01:00
config_global.go Add NATS JetStream support (#1866) 2022-01-05 17:44:49 +00:00
config_jetstream.go Use pull consumers (#2140) 2022-02-02 13:32:48 +00:00
config_keyserver.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_mediaapi.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_mscs.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_roomserver.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
config_syncapi.go Don't populate config defaults where it doesn't make sense (#2058) 2021-11-24 11:57:39 +00:00
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