mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-04 05:53:10 +00:00
remove proto3:optional for compat
This commit is contained in:
parent
54ebf40320
commit
63dbac27b2
@ -35,7 +35,7 @@ message HistoryEntry {
|
||||
int32 lamport_timestamp = 10;
|
||||
repeated HistoryEntry causal_history = 11;
|
||||
bytes bloom_filter = 12;
|
||||
optional bytes content = 20;
|
||||
bytes content = 20;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user