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

@@ -638,7 +638,7 @@ pub(super) async fn force_set_room_state_from_server(
self.services
.rooms
.outlier
.timeline
.add_pdu_outlier(&event_id, &value);
if let Some(state_key) = &pdu.state_key {
@@ -668,7 +668,7 @@ pub(super) async fn force_set_room_state_from_server(
self.services
.rooms
.outlier
.timeline
.add_pdu_outlier(&event_id, &value);
}