mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 13:26:10 +08:00
Merge branch 'master' into token-fix
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
+1
-3
@@ -84,9 +84,7 @@ async function upsertUser(
|
||||
status: {
|
||||
username: {
|
||||
status: usernameStatus,
|
||||
history: {
|
||||
status: usernameStatus,
|
||||
},
|
||||
history: [{ status: usernameStatus }],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user