fix: use older query for featured timeline
This commit is contained in:
parent
e12399fba3
commit
99723dae78
1 changed files with 0 additions and 6 deletions
|
@ -230,12 +230,6 @@ os.api("meta", { detail: true }).then((res) => {
|
||||||
|
|
||||||
const paginationForLocal = {
|
const paginationForLocal = {
|
||||||
endpoint: "notes/featured" as const,
|
endpoint: "notes/featured" as const,
|
||||||
limit: 10,
|
|
||||||
origin: "local",
|
|
||||||
offsetMode: true,
|
|
||||||
params: {
|
|
||||||
days: 14,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
const paginationForRemote = {
|
const paginationForRemote = {
|
||||||
endpoint: "notes/featured" as const,
|
endpoint: "notes/featured" as const,
|
||||||
|
|
Loading…
Reference in a new issue