mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -51,7 +51,7 @@ export type QueryKeyTimeline = [
|
||||
|
||||
const queryFunction = async ({ queryKey, pageParam }: QueryFunctionContext<QueryKeyTimeline>) => {
|
||||
const page = queryKey[1]
|
||||
let params: { [key: string]: string } = { ...pageParam, limit: 40 }
|
||||
let params: { [key: string]: string } = { limit: 40, ...pageParam }
|
||||
|
||||
switch (page.page) {
|
||||
case 'Following':
|
||||
|
Reference in New Issue
Block a user