mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 06:09:21 +01:00
Pixelfed needs remote which is opposite of local lol
This commit is contained in:
parent
501e43207b
commit
2faf9b4c20
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ function Public({ local, columnMode, ...props }) {
|
||||||
publicIterator.current = masto.v1.timelines.public.list({
|
publicIterator.current = masto.v1.timelines.public.list({
|
||||||
limit: LIMIT,
|
limit: LIMIT,
|
||||||
local: isLocal,
|
local: isLocal,
|
||||||
|
remote: !isLocal, // Pixelfed
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const results = await publicIterator.current.next();
|
const results = await publicIterator.current.next();
|
||||||
|
|
Loading…
Add table
Reference in a new issue