server: add todo

This commit is contained in:
Bill Thiede 2025-04-20 08:39:47 -07:00
parent 7ee86f0d2f
commit 1c4f27902e

View File

@ -142,6 +142,7 @@ async fn view_cid(
Ok(inline_attachment_response(attachment))
}
// TODO make this work with gitea message ids like `wathiede/letterbox/pulls/91@git.z.xinu.tv`
async fn view_original(
State(AppState { nm, .. }): State<AppState>,
extract::Path(id): extract::Path<String>,