Pronoun badges
Checklist
- [X] I have checked the issue page for duplicates
- [X] I am running the latest version (download here)
Write your feature request here
Add an option to display the pronoun badges from https://pr.alejo.io/ (also available as an FFZ add-on) in the chat render.
The pronouns for a given user can be looked up at e.g. https://api.pronouns.alejo.io/v1/users/fenhl and the mapping from internal IDs to human-readable text is at https://api.pronouns.alejo.io/v1/pronouns.
I wrote a pretty large response to this back in November but it seems I forgot to hit Comment. TL;DR is that since alejo doesn't provide an API for fetching multiple users at once, this likely will not be possible due to rate limits.
@Alejo47 Do you think an API for fetching multiple users at once is something that could be added?
Multi-user fetching would actually make caching for the API nigh-impossible at a higher level and could potentially be abused to hammer the servers down. There is no rate limit on my API's end since the API is optimized for me to be able to handle super high throughput. I would significantly rather you simply hit individual user endpoints if possible.