Skip to content

Commit 0a7184e

Browse files
zecakehbnjbvr
authored andcommitted
ui: Implement Clone for RepliedToInfo
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 14c8a96 commit 0a7184e

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-ui/src/timeline

1 file changed

+1
-1
lines changed

crates/matrix-sdk-ui/src/timeline/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl EditInfo {
129129
}
130130

131131
/// Information needed to reply to an event.
132-
#[derive(Debug)]
132+
#[derive(Debug, Clone)]
133133
pub struct RepliedToInfo {
134134
/// The event ID of the event to reply to.
135135
event_id: OwnedEventId,

0 commit comments

Comments
 (0)