mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
delete 10 posts at once on account deletion, resolves #101
This commit is contained in:
parent
9948df5670
commit
40a0f31089
@ -29,7 +29,7 @@ export async function deleteAccount(
|
||||
userId: user.id,
|
||||
...(cursor ? { id: MoreThan(cursor) } : {}),
|
||||
},
|
||||
take: 100,
|
||||
take: 10,
|
||||
order: {
|
||||
id: 1,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user