diff options
| author | Tulir Asokan <tulir@maunium.net> | 2024-06-05 13:02:34 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2024-06-05 13:02:34 +0300 |
| commit | dbc3a9fbb8017cf91404d50be9986b89a1a56275 (patch) | |
| tree | 4a4c24de7a8e129294ecc0edfbb6e7f610bd1a35 /web/src/giphy.js | |
| parent | 47f17fde452b5e9f0c9e96ce0e2c878dd0574b7f (diff) | |
Don't prompt for giphy api key by default
Diffstat (limited to 'web/src/giphy.js')
| -rw-r--r-- | web/src/giphy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/giphy.js b/web/src/giphy.js index 16dcae3..3e804bc 100644 --- a/web/src/giphy.js +++ b/web/src/giphy.js @@ -3,7 +3,7 @@ import * as widgetAPI from "./widget-api.js"; import {SearchBox} from "./search-box.js"; const GIPHY_SEARCH_DEBOUNCE = 1000 -let GIPHY_API_KEY = "" +let GIPHY_API_KEY = "HQku8974Uq5MZn3MZns46kXn2R4GDm75" let GIPHY_MXC_PREFIX = "mxc://giphy.mau.dev/" export function giphyIsEnabled() { |
