This commit is contained in:
pypy
2020-12-05 16:03:00 +09:00
parent 1b9df6c518
commit 9b6b77cafc

View File

@@ -1123,7 +1123,7 @@ import gameLogService from './service/gamelog.js'
API.applyUser = function (json) {
var ref = this.cachedUsers.get(json.id);
// adjust some missing variables
// some missing variables on currentUser
if (json.id === API.currentUser.id) {
json.status = API.currentUser.status;
json.statusDescription = API.currentUser.statusDescription;