stop masking the topmost error in http handler

This commit is contained in:
Joonas Koivunen
2024-07-24 11:54:08 +00:00
parent 75b326faf4
commit f4fb08d869

View File

@@ -1823,7 +1823,6 @@ async fn timeline_detach_ancestor_handler(
ctx,
)
.await
.context("timeline detach ancestor completion")
.map_err(ApiError::InternalServerError)?;
AncestorDetached {