[Feature Request] Tenor GIFs Search
Feature Description
Implement Tenor GIFs with a search engine Commet's dev managed to implement it in his app somehow, perhaps it would be interesting to see how the implementation was done to implement it in Fluffy https://github.com/commetchat/commet/tree/main/commet/lib/client/components/gif
Rationale
GIFs are a fun way to communicate with other people and this feature is present in "any" communication app
Mockup
the design could be similar or the same as telegram:
Mobile:
Additional Context
none
+1 An integrated GIF search would be great.
Just for kicks, if fluffy gets this faster than element it would be a joke on their end https://github.com/element-hq/element-meta/issues/321 :D
This issue is stale because it has been open for 120 days with no activity.
I think one of the main challenges is how we use the Tenor API key. By default, a newly created key is limited to one request per second, unless we reach out to the Tenor team to have this limit increased. Right now, I’m experimenting with implementing GIFs using my own API key, but for production use, we’ll likely need a different solution.