From 4b230675b41eea167af01ed3ea4bbd99f1a42dc5 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 24 Feb 2026 21:49:53 -0600 Subject: T8313: adjust copy/rename messages The original messages were added before edit-level was properly implemented as a field of the session record. --- data/vyconf.proto | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index 6ba6e6a..c26dac6 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -69,16 +69,14 @@ message Request { optional int32 dummy = 1; } - message Rename { - repeated string edit_level = 1; - required string source = 2; - required string destination = 3; + message Copy { + repeated string source = 1; + repeated string destination = 2; } - message Copy { - repeated string edit_level = 1; - required string source = 2; - required string destination = 3; + message Rename { + repeated string source = 1; + repeated string destination = 2; } message Comment { -- cgit v1.2.3