fix(web): CWs are always closed
should do a frontend config option eventually, rather than using `sensitive` to decide
This commit is contained in:
parent
a3d649d17b
commit
c059f664ac
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ pub fn Object(object: crate::Object) -> impl IntoView {
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<blockquote class="tl">
|
<blockquote class="tl">
|
||||||
<Summary summary=object.summary().map(|x| x.to_string()) open=!sensitive >
|
<Summary summary=object.summary().map(|x| x.to_string()) open=false >
|
||||||
{content.into_iter().map(|x| view! { <p>{x}</p> }).collect_view()}
|
{content.into_iter().map(|x| view! { <p>{x}</p> }).collect_view()}
|
||||||
{attachments_padding}
|
{attachments_padding}
|
||||||
{attachments}
|
{attachments}
|
||||||
|
|
Loading…
Reference in a new issue