mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
compose_control_buttons: Rename giphy_api_available to giphy_enabled.
This commit is contained in:
@@ -355,7 +355,7 @@ function edit_message(row, raw_content) {
|
||||
stream_name: message.stream,
|
||||
notify_new_thread: notify_new_thread_default,
|
||||
notify_old_thread: notify_old_thread_default,
|
||||
giphy_api_available: page_params.giphy_api_key !== "",
|
||||
giphy_enabled: page_params.giphy_api_key !== "",
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user