We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a0a5a commit 1daaba8Copy full SHA for 1daaba8
proto/xmtpv4/envelopes/envelopes.proto
@@ -17,7 +17,7 @@ message Cursor {
17
18
// Data visible to the server that has been authenticated by the client.
19
message AuthenticatedData {
20
- optional uint32 target_originator = 1 [deprecated = true];
+ // Do NOT reuse tag 1 — previously used by target_originator
21
bytes target_topic = 2;
22
Cursor depends_on = 3;
23
bool is_commit = 4;
0 commit comments