diff options
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() { |
