Skip to content

Commit

Permalink
Update deltachat-jsonrpc/src/api/types/message.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hocuri <[email protected]>
  • Loading branch information
WofWca and Hocuri authored Feb 4, 2025
1 parent bfd6f05 commit 96ea208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-jsonrpc/src/api/types/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ enum MessageQuote {
text: String,
message_id: u32,
/// The quoted message does not always belong
/// to the parent message's chat, e.g. when "Reply Privately" is used.
/// to the same chat, e.g. when "Reply Privately" is used.
chat_id: u32,
author_display_name: String,
author_display_color: String,
Expand Down

0 comments on commit 96ea208

Please sign in to comment.