matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
785 stars 148 forks source link

Prefer server-level display names when available #888

Closed TheStranjer closed 11 months ago

TheStranjer commented 1 year ago

Sometimes server-level displayName values don't propagate correctly onto Matrix. This fixes that. Apparently you can't get the user-level display name in DiscordJS yet except in the dev version, and you're on a fork of a fork of a fork of that so I'm just no messing with it.

Signed-off-by: Bob Arctor <neetzsche@tutanota.com>