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

Commit

Permalink
Add time to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Jul 12, 2021
1 parent d584e70 commit 38cbbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export function getDisplayAliasForRoom(room: Room): string {
);
}

// The various display alias getters all feed through this one path so there's a
// single place to change the logic.
// The various display alias getters should all feed through this one path so
// there's a single place to change the logic.
export function getDisplayAliasForAliasSet(canonicalAlias: string, altAliases: string[]): string {
if (AliasCustomisations.getDisplayAliasForAliasSet) {
return AliasCustomisations.getDisplayAliasForAliasSet(canonicalAlias, altAliases);
Expand Down

0 comments on commit 38cbbfb

Please sign in to comment.