Skip to content

Commit 1daaba8

Browse files
authored
feat: remove target originator (#277)
1 parent 42a0a5a commit 1daaba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/xmtpv4/envelopes/envelopes.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ message Cursor {
1717

1818
// Data visible to the server that has been authenticated by the client.
1919
message AuthenticatedData {
20-
optional uint32 target_originator = 1 [deprecated = true];
20+
// Do NOT reuse tag 1 — previously used by target_originator
2121
bytes target_topic = 2;
2222
Cursor depends_on = 3;
2323
bool is_commit = 4;

0 commit comments

Comments
 (0)