mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
topic_summary: Add button to generate narrow summary.
This remains only enabled in the development environment.
This commit is contained in:
@@ -317,7 +317,7 @@ function handle_operators_supporting_id_based_api(narrow_parameter: string): str
|
||||
return JSON.stringify(narrow_terms);
|
||||
}
|
||||
|
||||
function get_narrow_for_message_fetch(filter: Filter): string {
|
||||
export function get_narrow_for_message_fetch(filter: Filter): string {
|
||||
let narrow_data = filter.public_terms();
|
||||
if (page_params.narrow !== undefined) {
|
||||
narrow_data = [...narrow_data, ...page_params.narrow];
|
||||
|
||||
Reference in New Issue
Block a user