feat: fixing download error for gofile

This commit is contained in:
Chubby Granny Chaser
2024-09-14 18:10:02 +01:00
parent 702b141f7b
commit b122489b34
23 changed files with 441 additions and 297 deletions

View File

@@ -142,7 +142,7 @@ declare global {
take: number,
skip: number
) => Promise<UserFriends>;
getUserBlocks: (take: number, skip: number) => Promise<UserBlocks>;
getBlockedUsers: (take: number, skip: number) => Promise<UserBlocks>;
/* Profile */
getMe: () => Promise<UserProfile | null>;