mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-08-28 19:01:44 +02:00
Remove unncessary extension from URL and erroneous script tag
This commit is contained in:
@@ -92,7 +92,7 @@ class GiphySearchTab extends Component {
|
||||
},
|
||||
},
|
||||
"msgtype": "m.image",
|
||||
"url": gif_homeserver+jsonElement.id+".gif"
|
||||
"url": gif_homeserver+jsonElement.id
|
||||
};
|
||||
this.setState((prevState) => ({
|
||||
GIFById: {...prevState.GIFById, [id]: updatedItem}}));
|
||||
|
Reference in New Issue
Block a user