From 0f63e076a6e4f880d58ce6e8cdefb38f3f372f07 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 27 Jul 2018 13:25:58 -0600 Subject: [PATCH 1/3] fix: username status fix --- services/users.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }], }, }, }); From d55c329f76d963c9a5b786f6b5688bf28dcbb40b Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 27 Jul 2018 13:27:17 -0600 Subject: [PATCH 2/3] chore: version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e5534318..8121b1c5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "4.5.1", + "version": "4.5.2", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true, From ec06f2a3924543b674c368fca4343dae872ab14e Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 27 Jul 2018 13:34:49 -0600 Subject: [PATCH 3/3] chore: update 4.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8121b1c5c..f0811b83e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "4.5.2", + "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,