From 73d8ec88cdc559746fa8e5d6ce3dea198cff01ef Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 21 Oct 2025 15:00:05 -0500 Subject: T7910: add request show_sessions to list all session records --- data/vyconf.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index 0cd2883..4d36c48 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -160,6 +160,11 @@ message Request { optional int32 on_behalf_of = 1; } + message ShowSessions { + required bool exclude_self = 1; + required bool exclude_other = 2; + } + oneof msg { Prompt prompt = 1; @@ -193,6 +198,7 @@ message Request { GetConfig get_config = 29; AuxSet aux_set = 30; AuxDelete aux_delete = 31; + ShowSessions show_sessions = 32; } } -- cgit v1.2.3