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

Commit 410bd1f

Browse files
author
Kerry Archibald
committed
improvements from pr
Signed-off-by: Kerry Archibald <[email protected]>
1 parent 1013f33 commit 410bd1f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/views/messages/SenderProfile.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ export default class SenderProfile extends React.Component<IProps, IState> {
119119
<span className="mx_SenderProfile_mxid">
120120
{ UserIdentifier.getDisplayUserIdentifier(
121121
mxid, { withDisplayName: true, roomId: mxEvent.getRoomId() },
122-
)
123-
}
122+
) }
124123
</span>
125124
);
126125
}

src/customisations/UserIdentifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface IUserIdentifierCustomisations {
3535
}
3636

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

0 commit comments

Comments
 (0)