Make the copy link buttons prefer aliases to room IDs
This commit is contained in:
@@ -36,6 +36,7 @@ export type MatrixInfo = {
|
||||
avatarUrl: string;
|
||||
roomId: string;
|
||||
roomName: string;
|
||||
roomAlias: string | null;
|
||||
};
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user