From 2dc6f52c35f825ebac8fa1da958f2fcc30b5677b Mon Sep 17 00:00:00 2001 From: decanus Date: Wed, 14 Aug 2019 19:07:59 +0200 Subject: [PATCH] comment --- protobuf/message.proto | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/protobuf/message.proto b/protobuf/message.proto index c81f4db..394ea44 100644 --- a/protobuf/message.proto +++ b/protobuf/message.proto @@ -20,3 +20,22 @@ message Message { bytes signature = 4; int64 sequence = 5; } + + +// extend mvds through header +//header for behaviors +// +//{ +//{ +//parents [ids] +//seqnr +//prio flag +//unsync +//deleted messages~ +//} +//{ +//invite etc... +// +//} +// +//} \ No newline at end of file