mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 17:23:00 +02:00
lock the getter instead ??? c/o M
This commit is contained in:
parent
2b61f91f1f
commit
d0aa9eade4
2 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,7 @@ where
|
|||
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