Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aringenbach committed Jun 28, 2023
1 parent c63cee8 commit 0d80ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/matrix-sdk-ui/src/timeline/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,8 @@ fn update_timeline_reaction(
let own_user_id = own_user_id.to_owned();
reaction_group.0.insert(
EventItemIdentifier::EventId(event_id.clone()),
// Note: remote event is not synced yet, so we're adding an item with the local timestamp.
// Note: remote event is not synced yet, so we're adding an item
// with the local timestamp.
ReactionSenderData { id: own_user_id, ts: MilliSecondsSinceUnixEpoch::now() },
);
};
Expand Down

0 comments on commit 0d80ff7

Please sign in to comment.