mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Update show.ts
This commit is contained in:
parent
88e3edd2e1
commit
63830105b9
@ -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 New Issue
Block a user