mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-12 03:13:01 +02:00
lock the getter instead ??? c/o M
This commit is contained in:
parent
6958bc150b
commit
8111b89d47
3 changed files with 3 additions and 2 deletions
|
@ -656,7 +656,7 @@ impl Service {
|
|||
let prev_events: Vec<OwnedEventId> = self
|
||||
.services
|
||||
.state
|
||||
.get_forward_extremities(room_id)
|
||||
.get_forward_extremities(room_id, _mutex_lock)
|
||||
.take(20)
|
||||
.map(Into::into)
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue