fix: Put the output of !admin query room-timeline pdus in a codeblock

This commit is contained in:
Ginger
2025-09-04 10:32:35 -04:00
committed by nex
parent f3824ffc3d
commit e38dec5864
+1 -1
View File
@@ -57,5 +57,5 @@ pub(super) async fn pdus(
.try_collect()
.await?;
self.write_str(&format!("{result:#?}")).await
self.write_str(&format!("```\n{result:#?}\n```")).await
}