server: add todo
This commit is contained in:
parent
7ee86f0d2f
commit
1c4f27902e
@ -142,6 +142,7 @@ async fn view_cid(
|
|||||||
Ok(inline_attachment_response(attachment))
|
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(
|
async fn view_original(
|
||||||
State(AppState { nm, .. }): State<AppState>,
|
State(AppState { nm, .. }): State<AppState>,
|
||||||
extract::Path(id): extract::Path<String>,
|
extract::Path(id): extract::Path<String>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user