diff --git a/package.json b/package.json index 4e5534318..f0811b83e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "4.5.1", + "version": "4.6.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true, diff --git a/services/users.js b/services/users.js index a12d10b35..83873b3da 100644 --- a/services/users.js +++ b/services/users.js @@ -84,9 +84,7 @@ async function upsertUser( status: { username: { status: usernameStatus, - history: { - status: usernameStatus, - }, + history: [{ status: usernameStatus }], }, }, });