Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Users with Discord connections are getting Discord API numbers (0 by default now) appended with an _ to their 7TV usernames #248

@brian6932

Description

@brian6932

This wasn't voluntary, their names were automatically changed, not on connection link, but all at once

Some examples, using the following query

{user(id:$UserID){connections{id platform username}username}}
61388d575bbacadc3386a40e
{
	"data": {
		"user": {
			"connections": [
				{
					"id": "313260532671184896",
					"platform": "DISCORD",
					"username": "dispersal#0"
				},
				{
					"id": "460691477",
					"platform": "TWITCH",
					"username": "augustcelery"
				}
			],
			"username": "dispersal_0"
		}
	}
}
60a536d1ac08622846bced71
{
	"data": {
		"user": {
			"connections": [
				{
					"id": "UCaxo5bUH82K6q7jkGc-FdCA",
					"platform": "YOUTUBE",
					"username": "UCaxo5bUH82K6q7jkGc-FdCA"
				},
				{
					"id": "156499675497627648",
					"platform": "DISCORD",
					"username": "marcfryd#0"
				},
				{
					"id": "44710465",
					"platform": "TWITCH",
					"username": "marcfryd"
				},
				{
					"id": "29770",
					"platform": "KICK",
					"username": "marc"
				}
			],
			"username": "marcfryd_0"
		}
	}
}
6150811420eaf897465a7cfd
{
	"data": {
		"user": {
			"connections": [
				{
					"id": "69966",
					"platform": "KICK",
					"username": "suko"
				},
				{
					"id": "930642795235000391",
					"platform": "DISCORD",
					"username": "SukoXI#0507"
				},
				{
					"id": "504059939",
					"platform": "TWITCH",
					"username": "sukoxi"
				}
			],
			"username": "suko_0736"
		}
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions