committed by
June Clementine Strawberry
parent
cbf207bd1f
commit
a67ab75417
@@ -42,7 +42,7 @@ pub(super) async fn list_rooms(
|
||||
|
||||
if rooms.is_empty() {
|
||||
return Ok(RoomMessageEventContent::text_plain("No more rooms."));
|
||||
};
|
||||
}
|
||||
|
||||
let output_plain = format!(
|
||||
"Rooms ({}):\n```\n{}\n```",
|
||||
|
||||
@@ -67,7 +67,7 @@ pub(super) async fn reprocess(
|
||||
|
||||
if rooms.is_empty() {
|
||||
return Ok(RoomMessageEventContent::text_plain("No more rooms."));
|
||||
};
|
||||
}
|
||||
|
||||
let output = format!(
|
||||
"Rooms (page {page}):\n```\n{}\n```",
|
||||
|
||||
Reference in New Issue
Block a user