compose_control_buttons: Rename giphy_api_available to giphy_enabled.

This commit is contained in:
Aman Agrawal
2021-04-15 14:18:36 +00:00
committed by Tim Abbott
parent 1a525be3a3
commit 4f3cae7d65
4 changed files with 4 additions and 4 deletions

View File

@@ -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 !== "",
}),
);