Skip to content

Commit

Permalink
fixup! common: make SyncTimelineEvent fields private
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 4, 2024
1 parent fcb662c commit c4aeb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/src/timeline/controller/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl TimelineStateTransaction<'_> {
};

TimelineEventHandler::new(self, ctx)
.handle_event(day_divider_adjuster, event_kind, Some(&raw))
.handle_event(day_divider_adjuster, event_kind, Some(raw))
.await
}

Expand Down

0 comments on commit c4aeb20

Please sign in to comment.