mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 00:16:37 +02:00
Cargo fmt
This commit is contained in:
parent
9269f009db
commit
cc383ac932
1 changed files with 5 additions and 1 deletions
|
@ -2338,7 +2338,11 @@ pub fn sync_route(
|
||||||
notification_count,
|
notification_count,
|
||||||
},
|
},
|
||||||
timeline: sync_events::Timeline {
|
timeline: sync_events::Timeline {
|
||||||
limited: if limited || joined_since_last_sync { Some(true) } else { None },
|
limited: if limited || joined_since_last_sync {
|
||||||
|
Some(true)
|
||||||
|
} else {
|
||||||
|
None
|
||||||
|
},
|
||||||
prev_batch,
|
prev_batch,
|
||||||
events: room_events,
|
events: room_events,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue