feat: Add force-set-latest-extremity command

This commit is contained in:
nexy7574 2025-08-31 21:51:04 +01:00
commit 39023b5ed3
No known key found for this signature in database
2 changed files with 43 additions and 0 deletions

View file

@ -237,6 +237,11 @@ pub enum DebugCommand {
level: Option<i32>,
},
ForceAppendLatestExtremity {
/// The room ID
room_id: OwnedRoomId,
},
/// - Developer test stubs
#[command(subcommand)]
#[allow(non_snake_case)]