mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-22 16:56:07 +02:00
Don't prompt for giphy api key by default
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user