Update draft of SF Protobuf

pull/42/head
Jm Casler 2021-11-27 10:44:35 -08:00
rodzic 33fd03ca0d
commit b82ebc0e79
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -110,9 +110,9 @@ message StoreAndForwardMessage {
uint32 HistoryMessages = 1;
/*
* Earliest message (seconds since now)
* The window of messages that was used to filter the history client requested
*/
uint32 Earliest = 2;
uint32 Window = 2;
}