Skip to content

Commit

Permalink
fix: remove paging_info
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Jul 30, 2024
1 parent 66cec7a commit d4eb6d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions proto/xmtpv4/message_api/message_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,10 @@ message BatchSubscribeEnvelopesResponse {
repeated GatewayEnvelope envelopes = 1;
}

// Pagination config for queries
message PagingInfo {
uint32 limit = 1;
}

// Query envelopes request
message QueryEnvelopesRequest {
EnvelopesQuery query = 1;
PagingInfo paging_info = 2;
uint32 limit = 2;
}

// Query envelopes response
Expand Down

0 comments on commit d4eb6d7

Please sign in to comment.