mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 14:09:56 +00:00
Switch from Github real name to username for GH connection
This commit is contained in:
@@ -109,7 +109,7 @@ export default class GitHubConnection extends Connection {
|
||||
user_id: userId,
|
||||
external_id: userInfo.id.toString(),
|
||||
friend_sync: params.friend_sync,
|
||||
name: userInfo.name,
|
||||
name: userInfo.login,
|
||||
type: this.id,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user