mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-06 07:34:26 +01:00
@@ -36,6 +36,7 @@ namespace BTCPayServer.Storage.Services
|
||||
.Where(file =>
|
||||
(!filesQuery.Id.Any() || filesQuery.Id.Contains(file.Id)) &&
|
||||
(!filesQuery.UserIds.Any() || filesQuery.UserIds.Contains(file.ApplicationUserId)))
|
||||
.OrderByDescending(file => file.Timestamp)
|
||||
.ToListAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user