mirror of https://github.com/LemmyNet/lemmy.git
Addressing PR comments.
parent
9e6a6ed356
commit
da7a672208
|
@ -20,10 +20,6 @@ pub async fn mark_post_as_read(
|
||||||
post_ids.insert(post_id);
|
post_ids.insert(post_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
if post_ids.is_empty() {
|
|
||||||
Err(LemmyErrorType::CouldntMarkPostAsRead)?;
|
|
||||||
}
|
|
||||||
|
|
||||||
if post_ids.len() > MAX_API_PARAM_ELEMENTS {
|
if post_ids.len() > MAX_API_PARAM_ELEMENTS {
|
||||||
Err(LemmyErrorType::TooManyItems)?;
|
Err(LemmyErrorType::TooManyItems)?;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue