LucasGGamerM / moshidon

Better modification of the official Mastodon for Android app
https://LucasGGamerM.github.io/moshidon/
GNU General Public License v3.0
516 stars 24 forks source link

Get emoji list with accesstoken #306

Open CDN18 opened 8 months ago

CDN18 commented 8 months ago

Is your feature request related to a problem? Please describe. Moshidon can't get emoji list when the server requires authentication on emoji API endpoint. (eg. gotosocial)

Describe the solution you'd like Load emojis successfully

Describe alternatives you've considered Sending the request with authentication headers will probably be the most convenient solution.

Additional context

LucasGGamerM commented 7 months ago

Well, I took a look here and that is indeed the case. It's weird how custom emoji are loaded up here, I will need to take a better look at it later.

Thank you for reporting!