mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
echo: Remove support for zephyr mirroring.
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user