diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/Makefile | 4 | ||||
| -rw-r--r-- | example/signal.proto | 16 |
2 files changed, 11 insertions, 9 deletions
diff --git a/example/Makefile b/example/Makefile index 4f8171d..52ee5c6 100644 --- a/example/Makefile +++ b/example/Makefile @@ -108,4 +108,6 @@ proto-reformat-restore: proto-reformat-comments: ../autogenpb --proto signal.proto --format-comments - # autogenpb --proto SignalService.proto --format + +proto-reformat-full: + autogenpb --proto signal.proto --format 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" |
