forked from FoundKeyGang/FoundKey
Update show.ts
This commit is contained in:
parent
4e577c8cf1
commit
6abb04ea12
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
||||||
postsCount,
|
postsCount,
|
||||||
likes_count,
|
likes_count,
|
||||||
liked_count: 0,
|
liked_count: 0,
|
||||||
driveCapacity: 1073741824, // 1GB
|
driveCapacity: 1024 * 1024 * 8, // 8MiB
|
||||||
username: username,
|
username: username,
|
||||||
usernameLower,
|
usernameLower,
|
||||||
host: toUnicode(finger.subject.replace(/^.*?@/, '')),
|
host: toUnicode(finger.subject.replace(/^.*?@/, '')),
|
||||||
|
|
Loading…
Reference in a new issue