summaryrefslogtreecommitdiff
path: root/example/signal.proto
diff options
context:
space:
mode:
Diffstat (limited to 'example/signal.proto')
-rw-r--r--example/signal.proto16
1 files changed, 8 insertions, 8 deletions
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"