mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
message_list: Remove unused preserve_rendered_state attribute.
Aman said we should be running this even if it wasn’t running before. https://github.com/zulip/zulip/pull/31591#pullrequestreview-2300886181
This commit is contained in:
@@ -21,7 +21,6 @@ export type SelectIdOpts = {
|
||||
|
||||
export type MessageList = {
|
||||
id: number;
|
||||
preserve_rendered_state: boolean;
|
||||
view: MessageListView;
|
||||
is_combined_feed_view: boolean;
|
||||
selected_id: () => number;
|
||||
|
||||
Reference in New Issue
Block a user