1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-16 14:44:28 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Till 8aa088f713
Return correct Content-Type for unrecognized requests ()
Fixes 
2024-04-08 07:51:04 +02:00
Till 5579121c6f
Preparations for removing BaseDendrite ()
Preparations to actually remove/replace `BaseDendrite`.
Quite a few changes:
- SyncAPI accepts an `fulltext.Indexer` interface (fulltext is removed
from `BaseDendrite`)
- Caches are removed from `BaseDendrite`
- Introduces a `Router` struct (likely to change)
  - also fixes 
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00