mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
user popover: Remove unnecessary historical argument.
We stopped using this some time ago.
This commit is contained in:
@@ -104,7 +104,6 @@ function show_message_info_popover(element, id) {
|
|||||||
pm_with_uri: narrow.pm_with_uri(sender_email),
|
pm_with_uri: narrow.pm_with_uri(sender_email),
|
||||||
sent_by_uri: narrow.by_sender_uri(sender_email),
|
sent_by_uri: narrow.by_sender_uri(sender_email),
|
||||||
narrowed: narrow_state.active(),
|
narrowed: narrow_state.active(),
|
||||||
historical: message.historical,
|
|
||||||
private_message_class: "respond_personal_button",
|
private_message_class: "respond_personal_button",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user