stop masking the topmost error in http handler

This commit is contained in:
Joonas Koivunen
2024-07-26 14:39:31 +00:00
parent 75b326faf4
commit f4fb08d869
-1
View File
@@ -1823,7 +1823,6 @@ async fn timeline_detach_ancestor_handler(
ctx,
)
.await
.context("timeline detach ancestor completion")
.map_err(ApiError::InternalServerError)?;
AncestorDetached {