diff --git a/src/gh_comments.rs b/src/gh_comments.rs index ab261668..99d22ce4 100644 --- a/src/gh_comments.rs +++ b/src/gh_comments.rs @@ -32,6 +32,7 @@ use crate::{ pub const STYLE_URL: &str = "/gh-comments/style@0.0.8.css"; pub const MARKDOWN_URL: &str = "/gh-comments/github-markdown@20260117.css"; pub const SELF_CONTAINED_URL: &str = "/gh-comments/self_contained@0.0.3.js"; +pub const RELATIVE_TIME_ELEMENT_URL: &str = "/gh-comments/relative-time-element@5.0.0.js"; pub const GH_COMMENTS_CACHE_CAPACITY_BYTES: usize = 35 * 1024 * 1024; // 35 Mb @@ -181,6 +182,7 @@ pub async fn gh_comments( +