Fix #885
This commit is contained in:
parent
05107ce13f
commit
da53decdd5
|
@ -2,7 +2,7 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.76.1",
|
"version": "3.76.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
|
|
|
@ -68,7 +68,7 @@ export default function initialize(
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await userDb.requestAccountDeletion(user.id);
|
await userDb.requestAccountDeletion(user.id);
|
||||||
eventlog.log(`[account] ${req.ip} requested account deletion for ${user.name}`);
|
eventlog.log(`[account] ${req.realIP} requested account deletion for ${user.name}`);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
LOGGER.error('Unknown error in requestAccountDeletion: %s', error.stack);
|
LOGGER.error('Unknown error in requestAccountDeletion: %s', error.stack);
|
||||||
await showDeletePage(res, { internalError: true });
|
await showDeletePage(res, { internalError: true });
|
||||||
|
|
Loading…
Reference in a new issue