mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-08-01 03:23:12 +00:00
chore: fix comment
This commit is contained in:
parent
a5627136ce
commit
66771f5ec9
@ -9,11 +9,9 @@ pub struct HistoryEntry {
|
|||||||
/// Unique identifier of the SDS message, as defined in `Message`
|
/// Unique identifier of the SDS message, as defined in `Message`
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
pub message_id: ::prost::alloc::string::String,
|
pub message_id: ::prost::alloc::string::String,
|
||||||
/// Optional information to help remote parties retrieve this SDS
|
/// Optional information to help remote parties retrieve this SDS message; For example, A Waku deterministic message hash or routing payload hash
|
||||||
#[prost(bytes="bytes", tag="2")]
|
#[prost(bytes="bytes", tag="2")]
|
||||||
pub retrieval_hint: ::prost::bytes::Bytes,
|
pub retrieval_hint: ::prost::bytes::Bytes,
|
||||||
/// message; For example, A Waku deterministic message hash or routing payload hash
|
|
||||||
///
|
|
||||||
/// Original message sender's participant ID (routing hint)
|
/// Original message sender's participant ID (routing hint)
|
||||||
#[prost(string, tag="3")]
|
#[prost(string, tag="3")]
|
||||||
pub sender_id: ::prost::alloc::string::String,
|
pub sender_id: ::prost::alloc::string::String,
|
||||||
|
|||||||
@ -8,8 +8,7 @@ package logoschat.reliability;
|
|||||||
|
|
||||||
message HistoryEntry {
|
message HistoryEntry {
|
||||||
string message_id = 1; // Unique identifier of the SDS message, as defined in `Message`
|
string message_id = 1; // Unique identifier of the SDS message, as defined in `Message`
|
||||||
bytes retrieval_hint = 2; // Optional information to help remote parties retrieve this SDS
|
bytes retrieval_hint = 2; // Optional information to help remote parties retrieve this SDS message; For example, A Waku deterministic message hash or routing payload hash
|
||||||
// message; For example, A Waku deterministic message hash or routing payload hash
|
|
||||||
string sender_id = 3; // Original message sender's participant ID (routing hint)
|
string sender_id = 3; // Original message sender's participant ID (routing hint)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user