mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-17 14:33:27 +02:00
Add parameter
This commit is contained in:
@ -60,7 +60,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func getMedia(_ context.Context, id string) (response mediaproxy.GetMediaResponse, err error) {
|
func getMedia(_ context.Context, id string, _ map[string]string) (response mediaproxy.GetMediaResponse, err error) {
|
||||||
// This is not related to giphy, but random cats are always fun
|
// This is not related to giphy, but random cats are always fun
|
||||||
if id == "cat" {
|
if id == "cat" {
|
||||||
return &mediaproxy.GetMediaResponseURL{
|
return &mediaproxy.GetMediaResponseURL{
|
||||||
|
Reference in New Issue
Block a user