mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 02:13:28 +02:00
feat: Add force-set-latest-extremity command
This commit is contained in:
parent
5cce024841
commit
39023b5ed3
2 changed files with 43 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue