Skip to content

Commit

Permalink
fixup!: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Jul 23, 2024
1 parent f1dcf94 commit 7b4a7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/src/timeline/event_item/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub(in crate::timeline) struct RemoteEventTimelineItem {
/// Note that currently this ignores threads.
pub read_receipts: IndexMap<OwnedUserId, Receipt>,

/// Whether the event has been sent by the the logged-in user themselves.
/// Whether the event has been sent by the logged-in user themselves.
pub is_own: bool,

/// Whether the item should be highlighted in the timeline.
Expand Down
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/src/timeline/inner/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl TimelineInnerState {
timestamp: MilliSecondsSinceUnixEpoch::now(),
is_own_event: true,
read_receipts: Default::default(),
// An event sent by ourself is never matched against push rules.
// An event sent by ourselves is never matched against push rules.
is_highlighted: false,
flow: Flow::Local { txn_id, send_handle },
};
Expand Down

0 comments on commit 7b4a7a8

Please sign in to comment.