feat: more details linked account info for support/moderation (#6897)

* feat: show discord + steam ID + github profile in "Show details" user modal

* pnpm intl:extract
This commit is contained in:
François-Xavier Talbot
2026-07-27 19:20:38 +00:00
committed by GitHub
parent e192f6a0af
commit 224c28f29d
6 changed files with 139 additions and 4 deletions
@@ -1663,6 +1663,8 @@ export namespace Labrinth {
allow_friend_requests?: boolean
moderation_notes?: Common.ModerationNote | null
github_id?: number
discord_id?: string
steam_id?: string
}
export type SearchUser = {