mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 13:53:03 +02:00
style: Run clippy
This commit is contained in:
parent
e27ef7f5ec
commit
90fd92977e
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ pub async fn get_remote_pdu(&self, room_id: &RoomId, event_id: &EventId) -> Resu
|
||||||
| Ok(value) => {
|
| Ok(value) => {
|
||||||
self.services
|
self.services
|
||||||
.event_handler
|
.event_handler
|
||||||
.handle_incoming_pdu(backfill_server, &room_id, &event_id, value, false)
|
.handle_incoming_pdu(backfill_server, room_id, event_id, value, false)
|
||||||
.boxed()
|
.boxed()
|
||||||
.await?;
|
.await?;
|
||||||
debug!("Successfully backfilled {event_id} from {backfill_server}");
|
debug!("Successfully backfilled {event_id} from {backfill_server}");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue