Skip to content

Commit

Permalink
ui: Implement Clone for RepliedToInfo
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh authored and bnjbvr committed Jul 2, 2024
1 parent 14c8a96 commit 0a7184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/src/timeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl EditInfo {
}

/// Information needed to reply to an event.
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct RepliedToInfo {
/// The event ID of the event to reply to.
event_id: OwnedEventId,
Expand Down

0 comments on commit 0a7184e

Please sign in to comment.