Make the copy link buttons prefer aliases to room IDs

This commit is contained in:
Robin Townsend
2023-07-24 17:06:09 -04:00
parent 9ecb76c6b9
commit 1dd3e70061
5 changed files with 14 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ export type MatrixInfo = {
avatarUrl: string;
roomId: string;
roomName: string;
roomAlias: string | null;
};
interface Props {