Skip to content

Commit

Permalink
fix: allow cloning PublishedMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 5, 2024
1 parent 0e8b36a commit 7876b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay_client/src/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mod outbound;
mod stream;

/// The message received from a subscription.
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct PublishedMessage {
pub message_id: MessageId,
pub subscription_id: SubscriptionId,
Expand Down

0 comments on commit 7876b49

Please sign in to comment.