Remove unncessary extension from URL and erroneous script tag

This commit is contained in:
Nischay
2024-05-12 22:14:27 +05:30
parent ca99c5f00d
commit d14271d036
2 changed files with 2 additions and 2 deletions

View File

@@ -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}}));