Update show.ts

This commit is contained in:
syuilo 2018-03-29 21:36:27 +09:00 committed by GitHub
parent 4e577c8cf1
commit 6abb04ea12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(/^.*?@/, '')),