From 40fbd387126d6d5be4db0a8bd9d644e3b0b518e9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Mar 2025 17:55:56 -0500 Subject: clean comment reparser --- example/signal.proto | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'example/signal.proto') diff --git a/example/signal.proto b/example/signal.proto index c939e53..b7d3bc7 100644 --- a/example/signal.proto +++ b/example/signal.proto @@ -321,14 +321,14 @@ message Chat { uint32 expireTimerVersion = 10; } -/** - * Call Links have some associated data including a call, but unlike other recipients - * are not tied to threads because they do not have messages associated with them. - * - * note: - * - room id can be derived from the root key - * - the presence of an admin key means this user is a call admin - */ +// +// Call Links have some associated data including a call, but unlike other recipients +// are not tied to threads because they do not have messages associated with them. +// +// note: +// - room id can be derived from the root key +// - the presence of an admin key means this user is a call admin +// message CallLink { enum Restrictions { UNKNOWN = 0; // Interpret as "Admin Approval" -- cgit v1.2.3