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
commit e38dec5864

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
}