mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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({
|
||||
limit: LIMIT,
|
||||
local: isLocal,
|
||||
remote: !isLocal, // Pixelfed
|
||||
});
|
||||
}
|
||||
const results = await publicIterator.current.next();
|
||||
|
|
Loading…
Reference in a new issue