Remove roomAvatarUrl from MatrixInfo

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-06-29 08:03:30 +02:00
parent 87bd9cf026
commit 8cafe0f25d
5 changed files with 3 additions and 14 deletions

View File

@@ -35,7 +35,6 @@ export type MatrixInfo = {
avatarUrl: string;
roomName: string;
roomIdOrAlias: string;
roomAvatarUrl: string | null;
};
interface Props {