From c059f664ac6cb9a8b17deb42da5602fb2cba3c3b Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 1 May 2024 16:46:51 +0200 Subject: [PATCH] fix(web): CWs are always closed should do a frontend config option eventually, rather than using `sensitive` to decide --- web/src/components/object.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/object.rs b/web/src/components/object.rs index dc02f47..84e7034 100644 --- a/web/src/components/object.rs +++ b/web/src/components/object.rs @@ -118,7 +118,7 @@ pub fn Object(object: crate::Object) -> impl IntoView {
- + {content.into_iter().map(|x| view! {

{x}

}).collect_view()} {attachments_padding} {attachments}