mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-02 21:13:09 +00:00
fix protobuf syntac highlighting
This commit is contained in:
parent
efb4635c57
commit
6e3e08b4f7
@ -44,7 +44,7 @@ A Conversation is an instance of a particular ConversationType which contains th
|
||||
|
||||
### ConversationIdentifiers
|
||||
|
||||
A Conversation instance MUST a conversationd_id and the `conversation_id` MUST uniquely identify the conversation.
|
||||
A Conversation instance MUST a conversation_id and the `conversation_id` MUST uniquely identify the conversation.
|
||||
[TODO: Should more guidance be added later? e,g /<convo_type>/<version>/<ident>]
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ To mitigate this risk and provide a safer default for Conversation implementors,
|
||||
|
||||
The wire format is specified using protocol buffers v3.
|
||||
|
||||
```mermaid
|
||||
```protobuf
|
||||
|
||||
message UmbraEnvelopeV1 {
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@ The EncryptedBytes message is a self-describing wrapper for all encrypted payloa
|
||||
## Wire Format Specification / Syntax
|
||||
The wire format is specified using protocol buffers v3.
|
||||
|
||||
```mermaid
|
||||
```protobuf
|
||||
|
||||
message InboxV1Frame {
|
||||
string recipient = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user