mirror of
https://github.com/vacp2p/rfc.git
synced 2025-02-03 10:34:41 +00:00
Marks the first field of HistoryQuery
and HistoryResponse
as reserved (#352)
* marks the first field of request and response as reserved * Update content/docs/rfcs/13/README.md Co-authored-by: Oskar Thorén <ot@oskarthoren.com> * Update content/docs/rfcs/13/README.md Co-authored-by: Oskar Thorén <ot@oskarthoren.com> * Update content/docs/rfcs/13/README.md Co-authored-by: Franck Royer <franck@status.im> Co-authored-by: Oskar Thorén <ot@oskarthoren.com> Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
parent
bc7ab0c416
commit
c7d5a40056
@ -70,13 +70,15 @@ message ContentFilter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message HistoryQuery {
|
message HistoryQuery {
|
||||||
|
// the first field is reserved for future use
|
||||||
repeated ContentFilter contentFilters = 2;
|
repeated ContentFilter contentFilters = 2;
|
||||||
PagingInfo pagingInfo = 3;
|
PagingInfo pagingInfo = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message HistoryResponse {
|
message HistoryResponse {
|
||||||
|
// the first field is reserved for future use
|
||||||
repeated WakuMessage messages = 2;
|
repeated WakuMessage messages = 2;
|
||||||
PagingInfo pagingInfo = 3; // used for pagination
|
PagingInfo pagingInfo = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message HistoryRPC {
|
message HistoryRPC {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user