mirror of https://github.com/zulip/zulip.git
unread: Ignore deprecated sender_id synonym.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
ca99016f04
commit
9c2ab2842f
|
@ -1067,8 +1067,6 @@ type UnreadStreamInfo = {
|
|||
|
||||
type UnreadDirectMessageInfo = {
|
||||
other_user_id: number;
|
||||
// Deprecated and misleading synonym for other_user_id
|
||||
sender_id: number;
|
||||
unread_message_ids: number[];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue