echo: Remove support for zephyr mirroring.

This commit is contained in:
Varun Singh
2024-07-16 23:31:26 +05:30
committed by Tim Abbott
parent 3d01ccbbd5
commit 126d4fb137
5 changed files with 5 additions and 66 deletions

View File

@@ -20,7 +20,6 @@ export type DisplayRecipientUser = {
full_name: string;
id: number;
is_mirror_dummy: boolean;
unknown_local_echo_user?: boolean;
};
export type DisplayRecipient = string | DisplayRecipientUser[];