Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions include/session/client/attachment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ struct OutgoingAttachment {
/// local file is a temporary whose name means nothing to the recipient.
std::optional<std::string> filename;

/// Text shown with the attachment. Distinct from the message body, which is shown as its own
/// message.
std::optional<std::string> caption;

/// Marks this as a recorded voice message rather than an ordinary audio file, which clients
/// present differently.
bool voice_message = false;
Expand Down Expand Up @@ -149,7 +145,6 @@ struct Attachment {

std::optional<std::string> content_type;
std::optional<std::string> filename;
std::optional<std::string> caption;

/// A recorded voice message rather than an ordinary audio file, which clients present
/// differently.
Expand Down
123 changes: 38 additions & 85 deletions proto/SessionProtos.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading