Update show.ts

This commit is contained in:
syuilo 2018-03-29 21:36:27 +09:00 committed by GitHub
parent 88e3edd2e1
commit 63830105b9

View File

@ -155,7 +155,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
postsCount,
likes_count,
liked_count: 0,
driveCapacity: 1073741824, // 1GB
driveCapacity: 1024 * 1024 * 8, // 8MiB
username: username,
usernameLower,
host: toUnicode(finger.subject.replace(/^.*?@/, '')),