Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
improvements from pr
Browse files Browse the repository at this point in the history
Signed-off-by: Kerry Archibald <kerrya@element.io>
  • Loading branch information
Kerry Archibald committed Jan 24, 2022
1 parent 1013f33 commit 410bd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/views/messages/SenderProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ export default class SenderProfile extends React.Component<IProps, IState> {
<span className="mx_SenderProfile_mxid">
{ UserIdentifier.getDisplayUserIdentifier(
mxid, { withDisplayName: true, roomId: mxEvent.getRoomId() },
)
}
) }
</span>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/customisations/UserIdentifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface IUserIdentifierCustomisations {
}

// A real customisation module will define and export one or more of the
// customisation points that make up `IAliasCustomisations`.
// customisation points that make up `IUserIdentifierCustomisations`.
export default {
getDisplayUserIdentifier,
} as IUserIdentifierCustomisations;

0 comments on commit 410bd1f

Please sign in to comment.