mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Feature/UI sideload (#2658)
* ui sideloading * remove subtlecrypto import * fix parser * misc fixes * allow docker pull during compat conversion
This commit is contained in:
@@ -74,6 +74,7 @@ pub async fn list(
|
||||
.as_notifications()
|
||||
.as_entries()?
|
||||
.into_iter()
|
||||
.rev()
|
||||
.take(limit);
|
||||
let notifs = records
|
||||
.into_iter()
|
||||
@@ -97,6 +98,7 @@ pub async fn list(
|
||||
.as_entries()?
|
||||
.into_iter()
|
||||
.filter(|(id, _)| *id < before)
|
||||
.rev()
|
||||
.take(limit);
|
||||
records
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user