mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 22:33:01 +02:00
lock the getter instead ??? c/o M
This commit is contained in:
parent
52fee369db
commit
a0e77327f3
3 changed files with 3 additions and 2 deletions
|
@ -141,7 +141,7 @@ pub(super) async fn upgrade_outlier_to_timeline_pdu(
|
|||
let extremities: Vec<_> = self
|
||||
.services
|
||||
.state
|
||||
.get_forward_extremities(room_id)
|
||||
.get_forward_extremities(room_id, &state_lock)
|
||||
.map(ToOwned::to_owned)
|
||||
.ready_filter(|event_id| {
|
||||
// Remove any that are referenced by this incoming event's prev_events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue