mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 17:53:01 +02:00
Compare commits
4 commits
db2e7690c8
...
83a97e63d2
Author | SHA1 | Date | |
---|---|---|---|
|
83a97e63d2 | ||
|
70e15c4e1a | ||
|
3230e1acae | ||
|
d0aa9eade4 |
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ use conduwuit::{
|
|||
trace,
|
||||
utils::stream::{BroadbandExt, ReadyExt},
|
||||
warn,
|
||||
info
|
||||
};
|
||||
use futures::{FutureExt, StreamExt, future::ready};
|
||||
use ruma::{CanonicalJsonValue, RoomId, ServerName, events::StateEventType};
|
||||
|
|
|
@ -42,7 +42,7 @@ pub async fn create_hash_and_sign_event(
|
|||
let prev_events: Vec<OwnedEventId> = self
|
||||
.services
|
||||
.state
|
||||
.get_forward_extremities(room_id, _mutex_lock)
|
||||
.get_forward_extremities(room_id)
|
||||
.take(20)
|
||||
.map(Into::into)
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue