Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 14, 2023
1 parent 902b663 commit 73504ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proto/v3/message_contents/backup_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ syntax = "proto3";

package xmtp.v3.message_contents;

import "v3/message_contents/message.proto";

option go_package = "github.com/xmtp/proto/v3/go/v3/message_contents";
option java_package = "org.xmtp.proto.v3.message.contents";

Expand All @@ -13,6 +11,6 @@ message MessageBackupEntry {
uint64 sent_ns = 1;
string sender_address = 2;
oneof content {
bytes conversation_message_v1 = 3;
bytes conversation_message_v1 = 3; // A ConversationMessageV1
}
}

0 comments on commit 73504ed

Please sign in to comment.