4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-04-02 18:25:04 +01: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
..
2023-02-14 12:47:47 +01:00
2023-02-14 12:47:47 +01:00
2023-03-13 16:45:14 +01:00
2023-03-15 08:21:00 +01:00
2022-12-23 14:11:11 +01:00
2022-12-23 14:11:11 +01:00
2023-03-13 20:02:57 +01:00