Open
Description
This might be too much to ask but Discord User profiles have a biography and pronouns under user_profile
, just two strings, I would like to have those two exposed as direct message topic (since Matrix doesn't have extensible profiles), similar to channels.
I looked into implementing it myself and I don't think discordgo's User exposes this, which means it would require a patch. The handwritten SQL makes it a little difficult for me to jump into the codebase and do it myself.
I can understand if this gets rejected because of the patch required or out of correctness.
Thanks!