partially revert e507c31306
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -46,7 +46,6 @@ pub(crate) async fn get_threads_route(
|
||||
.last()
|
||||
.filter(|_| threads.len() >= limit)
|
||||
.map(at!(0))
|
||||
.map(|count| count.saturating_sub(1))
|
||||
.as_ref()
|
||||
.map(ToString::to_string),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user