remove proto3:optional for compat

This commit is contained in:
Jazz Turner-Baggs 2025-07-03 08:32:29 -07:00
parent 54ebf40320
commit 63dbac27b2
No known key found for this signature in database

View File

@ -35,7 +35,7 @@ message HistoryEntry {
int32 lamport_timestamp = 10; int32 lamport_timestamp = 10;
repeated HistoryEntry causal_history = 11; repeated HistoryEntry causal_history = 11;
bytes bloom_filter = 12; bytes bloom_filter = 12;
optional bytes content = 20; bytes content = 20;
} }