mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 06:21:03 +02:00
Add time to comment
This commit is contained in:
parent
d584e70662
commit
38cbbfb99e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user