Eliminate rooms outlier service, duplicate subset of timeline service.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-08-02 03:23:28 +00:00
parent 5d963abda6
commit fa3b72947a
10 changed files with 17 additions and 66 deletions

View File

@@ -73,7 +73,7 @@ where
if json_opt.is_none() {
json_opt = self
.services
.outlier
.timeline
.get_outlier_pdu_json(&prev_event_id)
.await
.ok();